diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-29 03:57:11 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-29 03:57:11 +0000 |
commit | 3ff332e6ed8ee13ec51079c3a2c4663701dc5ecd (patch) | |
tree | b49cc27115a17f8c8809f548e490569fc509260a /archivers/linux_rar | |
parent | Correction the last commit was: (diff) |
Update to version 2.70.
PR: 18785
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=28895
Diffstat (limited to 'archivers/linux_rar')
-rw-r--r-- | archivers/linux_rar/Makefile | 25 | ||||
-rw-r--r-- | archivers/linux_rar/distinfo | 2 |
2 files changed, 14 insertions, 13 deletions
diff --git a/archivers/linux_rar/Makefile b/archivers/linux_rar/Makefile index aa414e3cf773..d953bc98ffc4 100644 --- a/archivers/linux_rar/Makefile +++ b/archivers/linux_rar/Makefile @@ -7,12 +7,13 @@ # PORTNAME= linux_rar -PORTVERSION= 2.60 +PORTVERSION= 2.70 CATEGORIES= archivers linux -MASTER_SITES= ftp://rarsoft.ti.sk/pub/rar/ \ - ftp://ftp.cdrom.com/pub/cheats/dlh/rar/ \ - ftp://ftp.cdrom.com/pub/sac/pack/ -DISTNAME= rarlnx26 +MASTER_SITES= ftp://ftp.netlab.sk/public/rarsoft/rar/ \ + ftp://ftp.elf.stuba.sk/pub/pack/ \ + ftp://ftp.cs.tu-berlin.de/pub/msdos/mirrors/stuba/pc/pack/ \ + ftp://rarsoft.ti.sk/pub/rar/ +DISTNAME= rarlnx27 EXTRACT_SUFX= .sfx MAINTAINER= k5@cheerful.com @@ -28,7 +29,7 @@ NO_PACKAGE= Only unmodified original package can be distributed EXTRACT_CMD= # empty EXTRACT_BEFORE_ARGS= # empty EXTRACT_AFTER_ARGS= # empty -STRIP= # empty: do not touch linux binary! +STRIP= # empty: do not strip linux binary during INSTALL_PROGRAM WRKSRC= ${WRKDIR}/rar PLIST= ${WRKSRC}/PLIST @@ -46,6 +47,12 @@ pre-configure: do-install: @${MKDIR} ${PREFIX}/share/doc/rar ${PREFIX}/share/rar @${INSTALL_PROGRAM} ${WRKSRC}/rar ${PREFIX}/bin + brandelf -t Linux ${PREFIX}/bin/rar +.if defined(WITH_UNRAR) + @${INSTALL_PROGRAM} ${WRKSRC}/unrar ${PREFIX}/bin + brandelf -t Linux ${PREFIX}/bin/unrar + @${ECHO} bin/unrar >> ${WRKSRC}/PLIST +.endif .for i in ${RARDOCS} @${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/rar .endfor @@ -61,17 +68,11 @@ do-install: .else @${ECHO} man/cat1/rar.1 >> ${WRKSRC}/PLIST .endif -.if defined(WITH_UNRAR) - @${INSTALL_PROGRAM} ${WRKSRC}/unrar ${PREFIX}/bin - @${ECHO} bin/unrar >> ${WRKSRC}/PLIST -.endif post-install: - @/usr/bin/brandelf -t Linux ${PREFIX}/bin/rar @${ECHO_MSG} "This is 40 days trial version of commercial software." @${ECHO_MSG} "Read texts in ${PREFIX}/share/doc/rar before use." .if defined(WITH_UNRAR) - @/usr/bin/brandelf -t Linux ${PREFIX}/bin/unrar @${ECHO_MSG} "However, unrar can be used for free." .endif diff --git a/archivers/linux_rar/distinfo b/archivers/linux_rar/distinfo index f7d11abc136e..54f4f3a4f7fb 100644 --- a/archivers/linux_rar/distinfo +++ b/archivers/linux_rar/distinfo @@ -1 +1 @@ -MD5 (rarlnx26.sfx) = 1bd37ad53fa709a7e8e813cfd754bc15 +MD5 (rarlnx27.sfx) = a7f1eb82945c0cf4ba6294ac5093b6d2 |