diff options
author | wiz <wiz> | 2002-10-17 18:27:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-17 18:27:13 +0000 |
commit | 74856647becde07baaea4018e20b5f68634c6fbf (patch) | |
tree | f31a4d375d0c7b2d35e34a67fd374e7077265120 /archivers/unrar | |
parent | 9f478446ef29114bc77efb30927e0ed35d2e6ad7 (diff) | |
download | pkgsrc-74856647becde07baaea4018e20b5f68634c6fbf.tar.gz |
The RAR author was so considerate to add the version number to the
tar ball when asked. "Update" to 3.1.0 (same version as before).
Diffstat (limited to 'archivers/unrar')
-rw-r--r-- | archivers/unrar/Makefile | 10 | ||||
-rw-r--r-- | archivers/unrar/distinfo | 6 |
2 files changed, 7 insertions, 9 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index 33e627929f9..3b905f71877 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2002/10/17 16:28:31 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2002/10/17 18:27:13 wiz Exp $ -DISTNAME= unrarsrc -PKGNAME= unrar-3.01 +DISTNAME= unrarsrc-3.1.0 +PKGNAME= ${DISTNAME:S/src//} +WRKSRC= ${WRKDIR}/unrar CATEGORIES= archivers MASTER_SITES= http://www.rarlab.com/rar/ @@ -9,9 +10,6 @@ MAINTAINER= wiz@netbsd.org HOMEPAGE= http://www.rarlab.com/ COMMENT= Extract, view & test RAR archives -DIST_SUBDIR= ${PKGNAME} -WRKSRC= ${WRKDIR}/unrar - ALL_TARGET= makeunrar MAKEFILE= makefile.gcc diff --git a/archivers/unrar/distinfo b/archivers/unrar/distinfo index e3002350ffd..a8b1ff41146 100644 --- a/archivers/unrar/distinfo +++ b/archivers/unrar/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2002/10/17 16:28:31 wiz Exp $ +$NetBSD: distinfo,v 1.6 2002/10/17 18:27:13 wiz Exp $ -SHA1 (unrar-3.01/unrarsrc.tar.gz) = cd1531a6b0d1cd2dff0575274feba7e916679544 -Size (unrar-3.01/unrarsrc.tar.gz) = 110897 bytes +SHA1 (unrarsrc-3.1.0.tar.gz) = cd1531a6b0d1cd2dff0575274feba7e916679544 +Size (unrarsrc-3.1.0.tar.gz) = 110897 bytes |