Skip to content

Commit

Permalink
archivers/libunrar6: Move to archivers/libunrar
Browse files Browse the repository at this point in the history
Unversion archivers/libunrar6 now that this is the only version
of libunrar in the ports tree.
  • Loading branch information
BSDKaffee committed Jun 21, 2023
1 parent 0d3812e commit bc8993b
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion MOVED
Expand Up @@ -7632,7 +7632,6 @@ www/rubygem-rack227|www/rubygem-rack22|2023-06-05|Remove obsoleted port. Use www
databases/rubygem-pg13|databases/rubygem-pg|2023-06-05|Remove obsoleted port. Use databases/rubygem-pg instead
devel/rubygem-fast_gettext1|devel/rubygem-fast_gettext|2023-06-05|Remove obsoleted port. Use devel/rubygem-fast_gettext instead
devel/rubygem-gettext-setup0|devel/rubygem-gettext-setup|2023-06-05|Remove obsoleted port. Use devel/rubygem-gettext-setup instead
archivers/libunrar|archivers/libunrar6|2023-06-06|Remove obsoleted port. Use archivers/libunrar6 instead
x11/radare-cutter||2023-06-07|Has expired: Cutter for radare has been discontinued as Cutter has moved to use rizin as their backend framework
security/py-sequoia||2023-06-09|Deprecated upstream, broken as based on older dependency
audio/hvl2wav|audio/ocp|2023-06-10|Has expired: Abandoned upstream, use audio/ocp instead
Expand All @@ -7649,3 +7648,4 @@ comms/deforaos-phone||2023-06-18|Removed, needs expired x11/deforaos-panel
textproc/apache-solr9|textproc/apache-solr|2023-06-18|New stable release
games/poker-eval||2023-06-20|Upstream vanished
graphics/3d-ascii-viewer-c|graphics/3d-ascii-viewer|2023-06-21|Project was renamed
archivers/libunrar6|archivers/libunrar|2023-06-21|Moved to unversioned origin. Use archivers/libunrar instead
2 changes: 1 addition & 1 deletion archivers/Makefile
Expand Up @@ -69,7 +69,7 @@
SUBDIR += libmspack
SUBDIR += libpar2
SUBDIR += librtfcomp
SUBDIR += libunrar6
SUBDIR += libunrar
SUBDIR += libzip
SUBDIR += libzippp
SUBDIR += linux-c7-lz4
Expand Down
4 changes: 1 addition & 3 deletions archivers/libunrar6/Makefile → archivers/libunrar/Makefile
@@ -1,4 +1,4 @@
PORTNAME= libunrar6
PORTNAME= libunrar
PORTVERSION= 6.2.8
CATEGORIES= archivers
MASTER_SITES= http://www.rarlab.com/rar/
Expand All @@ -16,8 +16,6 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= compiler:c++11-lang gmake
USE_LDCONFIG= yes

CONFLICTS_INSTALL= libunrar # lib/libunrar.so

ALL_TARGET= lib
MAKEFILE= makefile
MAKE_ARGS= AR="${AR}" \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion graphics/py-mcomix/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mcomix
PORTVERSION= 2.1.0
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/MComix-${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -23,6 +24,6 @@ OPTIONS_DEFINE= RAR
OPTIONS_DEFAULT=RAR

RAR_DESC= RAR (.cbr) comic book archives support
RAR_RUN_DEPENDS=${LOCALBASE}/lib/libunrar.so.6:archivers/libunrar6
RAR_RUN_DEPENDS=${LOCALBASE}/lib/libunrar.so:archivers/libunrar

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions sysutils/fusefs-rar2fs/Makefile
@@ -1,7 +1,7 @@
PORTNAME= rar2fs
DISTVERSION= 1.29.5
DISTVERSIONPREFIX= v
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= sysutils
PKGNAMEPREFIX= fusefs-

Expand All @@ -13,7 +13,7 @@ LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING

BUILD_DEPENDS= ${NONEXISTENT}:${LIBUNRAR_PORT}:patch
LIB_DEPENDS= libunrar.so.6:${LIBUNRAR_PORT}
LIB_DEPENDS= libunrar.so:${LIBUNRAR_PORT}

USES= autoreconf compiler:c11 gmake fuse
USE_GITHUB= yes
Expand All @@ -31,7 +31,7 @@ PLIST_FILES= bin/${PORTNAME} \
bin/mkr2i \
man/man1/rar2fs.1.gz

LIBUNRAR_PORT= archivers/libunrar6
LIBUNRAR_PORT= archivers/libunrar
LIBUNRAR_PKG= ${LIBUNRAR_PORT:S|archivers/||}

.include <bsd.port.mk>
3 changes: 2 additions & 1 deletion x11-fm/doublecmd/Makefile
@@ -1,5 +1,6 @@
PORTNAME= doublecmd
PORTVERSION= 1.0.11
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= x11-fm
PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX}
Expand Down Expand Up @@ -80,7 +81,7 @@ WFX_SAMBA_DESC= SMB protocol support
WLX_DESC= Internal viewer plugins
WLX_MPLAYER_DESC= Use MPlayer for multimedia files

WCX_UNRAR_LIB_DEPENDS= libunrar.so.6:archivers/libunrar6
WCX_UNRAR_LIB_DEPENDS= libunrar.so:archivers/libunrar
WFX_SAMBA_USES= samba:lib
WLX_MPLAYER_RUN_DEPENDS= mplayer:multimedia/mplayer

Expand Down

0 comments on commit bc8993b

Please sign in to comment.