aboutsummaryrefslogtreecommitdiff
path: root/archivers/rar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/rar/Makefile')
-rw-r--r--archivers/rar/Makefile21
1 files changed, 15 insertions, 6 deletions
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile
index 87509eaaae92..f57d5fa0f143 100644
--- a/archivers/rar/Makefile
+++ b/archivers/rar/Makefile
@@ -6,16 +6,21 @@
#
PORTNAME= rar
-PORTVERSION= 3.41
+PORTVERSION= 3.50
PORTEPOCH= 1
CATEGORIES= archivers
-MASTER_SITES= http://files10.rarlab.com/rar/
-DISTNAME= rarbsd-3.4.1
-
-MAINTAINER= ache@FreeBSD.org
+MASTER_SITES= http://files1.rarlab.com/rar/ \
+ http://files2.rarlab.com/rar/ \
+ http://files3.rarlab.com/rar/ \
+ http://files4.rarlab.com/rar/ \
+ http://files5.rarlab.com/rar/ \
+ http://files6.rarlab.com/rar/
+DISTNAME= rarbsd-3.5.0
+
+MAINTAINER= gkovesdan@t-hosting.hu
COMMENT= File archiver (binary port)
-ONLY_FOR_ARCHS= i386
+ONLY_FOR_ARCHS= i386 amd64
NO_PACKAGE= Only unmodified original package can be distributed
NO_BUILD= yes
WRKSRC= ${WRKDIR}/rar
@@ -26,6 +31,10 @@ WRKSRC= ${WRKDIR}/rar
IGNORE=is unsupported on versions prior to FreeBSD 5.3
.endif
+.if ${OSVERSION} >= 600000
+LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x
+.endif
+
.if ${PORTOBJFORMAT} == "elf"
STRIP=
.endif