diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-26 20:25:58 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-26 20:25:58 +0000 |
commit | a3108b1e51e6a746a151a607c5aba8d1f6b35033 (patch) | |
tree | 3c78833d20cbc2da9cd61c768babee71bac778b2 /archivers | |
parent | 0398cf082c5e2cc5b8592b91679d82cebed9deb2 (diff) | |
download | ports-a3108b1e51e6a746a151a607c5aba8d1f6b35033.tar.gz ports-a3108b1e51e6a746a151a607c5aba8d1f6b35033.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/dpkg/Makefile | 1 | ||||
-rw-r--r-- | archivers/gtar/Makefile | 2 | ||||
-rw-r--r-- | archivers/libcomprex/Makefile | 2 | ||||
-rw-r--r-- | archivers/rpm/Makefile | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/archivers/dpkg/Makefile b/archivers/dpkg/Makefile index dbbd7b2664ef..2e8e94756bf2 100644 --- a/archivers/dpkg/Makefile +++ b/archivers/dpkg/Makefile @@ -6,6 +6,7 @@ PORTNAME= dpkg PORTVERSION= 1.9.21 +PORTREVISION= 1 CATEGORIES= archivers sysutils MASTER_SITES= http://ftp.debian.org/debian/pool/main/d/dpkg/ DISTNAME= dpkg_${PORTVERSION} diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index 385806dfedeb..307f8961a1eb 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -7,7 +7,7 @@ PORTNAME= tar PORTVERSION= 1.13.25 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= archivers sysutils MASTER_SITES= ftp://alpha.gnu.org/gnu/tar/ \ ftp://ftp.funet.fi/pub/mirrors/alpha.gnu.org/gnu/tar/ diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile index 61b576236c97..621c9fd34315 100644 --- a/archivers/libcomprex/Makefile +++ b/archivers/libcomprex/Makefile @@ -8,7 +8,7 @@ PORTNAME= libcomprex PORTVERSION= 0.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnupdate diff --git a/archivers/rpm/Makefile b/archivers/rpm/Makefile index 76b15c548722..ea29c0fd17f6 100644 --- a/archivers/rpm/Makefile +++ b/archivers/rpm/Makefile @@ -7,7 +7,7 @@ PORTNAME= rpm PORTVERSION= 3.0.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= archivers MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/ \ ftp://ftp.mirror.ac.uk/sites/ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/ |