aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--archivers/rar/Makefile19
-rw-r--r--archivers/rar/distinfo4
2 files changed, 12 insertions, 11 deletions
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile
index f57d5fa0f14..7a98fb9f3a6 100644
--- a/archivers/rar/Makefile
+++ b/archivers/rar/Makefile
@@ -6,16 +6,15 @@
#
PORTNAME= rar
-PORTVERSION= 3.50
+PORTVERSION= 3.51
PORTEPOCH= 1
CATEGORIES= archivers
-MASTER_SITES= http://files1.rarlab.com/rar/ \
- http://files2.rarlab.com/rar/ \
+MASTER_SITES= 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
+DISTNAME= rarbsd-3.5.1
MAINTAINER= gkovesdan@t-hosting.hu
COMMENT= File archiver (binary port)
@@ -28,7 +27,7 @@ WRKSRC= ${WRKDIR}/rar
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 503000
-IGNORE=is unsupported on versions prior to FreeBSD 5.3
+IGNORE= is unsupported on versions prior to FreeBSD 5.3
.endif
.if ${OSVERSION} >= 600000
@@ -41,19 +40,21 @@ STRIP=
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rar ${PREFIX}/bin/rar
- cd ${WRKSRC} && \
+ (cd ${WRKSRC} && \
${INSTALL_MAN} rar.txt ${PREFIX}/man/cat1/rar.1 && \
${INSTALL_DATA} rarfiles.lst \
${PREFIX}/etc && \
${INSTALL_DATA} default.sfx \
- ${PREFIX}/lib
+ ${PREFIX}/lib )
+
+post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
- cd ${WRKSRC} && \
+ (cd ${WRKSRC} && \
${INSTALL_DATA} technote.txt license.txt \
order.htm readme.txt whatsnew.txt \
file_id.diz \
- ${DOCSDIR}
+ ${DOCSDIR} )
.endif
.include <bsd.port.post.mk>
diff --git a/archivers/rar/distinfo b/archivers/rar/distinfo
index e6fe5340d82..40b5e4a4b0c 100644
--- a/archivers/rar/distinfo
+++ b/archivers/rar/distinfo
@@ -1,2 +1,2 @@
-MD5 (rarbsd-3.5.0.tar.gz) = 530e28d444e70d3bb5a5409fb3551765
-SIZE (rarbsd-3.5.0.tar.gz) = 330545
+MD5 (rarbsd-3.5.1.tar.gz) = 3e0b6f1b63f579eeb34ef911be79153d
+SIZE (rarbsd-3.5.1.tar.gz) = 330982