diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-05-02 06:48:10 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-05-02 06:48:10 +0000 |
commit | b324ade02d984ecb2c343b4c786d74c25d16f914 (patch) | |
tree | edc2817dd2a7952c08391fe099c4861b876b80a0 /archivers | |
parent | 684bbccbefbbbe8e37701a91cf7cf76fc20acf52 (diff) | |
download | ports-b324ade02d984ecb2c343b4c786d74c25d16f914.tar.gz ports-b324ade02d984ecb2c343b4c786d74c25d16f914.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/innoextract/Makefile | 2 | ||||
-rw-r--r-- | archivers/tardy/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archivers/innoextract/Makefile b/archivers/innoextract/Makefile index 80066e25cd32..408c04d0817c 100644 --- a/archivers/innoextract/Makefile +++ b/archivers/innoextract/Makefile @@ -3,7 +3,7 @@ PORTNAME= innoextract PORTVERSION= 1.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers MASTER_SITES= http://constexpr.org/innoextract/files/ diff --git a/archivers/tardy/Makefile b/archivers/tardy/Makefile index f9c3a9404dc6..64ee3df3b2ae 100644 --- a/archivers/tardy/Makefile +++ b/archivers/tardy/Makefile @@ -4,7 +4,7 @@ PORTNAME= tardy PORTVERSION= 1.28 DISTVERSIONSUFFIX= .D001.orig -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= archivers MASTER_SITES= SF/tardy/${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION}${DISTVERSIONSUFFIX} |