Commit bc8993b8 authored by Jason E. Hale's avatar Jason E. Hale
Browse files

archivers/libunrar6: Move to archivers/libunrar

Unversion archivers/libunrar6 now that this is the only version
of libunrar in the ports tree.
parent 0d3812ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@
    SUBDIR += libmspack
    SUBDIR += libpar2
    SUBDIR += librtfcomp
    SUBDIR += libunrar6
    SUBDIR += libunrar
    SUBDIR += libzip
    SUBDIR += libzippp
    SUBDIR += linux-c7-lz4
+1 −3
Original line number Diff line number Diff line
PORTNAME=	libunrar6
PORTNAME=	libunrar
PORTVERSION=	6.2.8
CATEGORIES=	archivers
MASTER_SITES=	http://www.rarlab.com/rar/
@@ -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}" \
Loading