diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-04-12 06:36:31 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-04-12 06:36:31 +0000 |
commit | 9b21a3a084c9a5c4e8ad95b5e1dcac3dc835998b (patch) | |
tree | 919393f150a5705b76814a092d02703b32940682 /archivers | |
parent | 6987b2c75547dc39e8c95eaee0aabb36e4043ef0 (diff) |
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 034f04b741a0..2f9ca3d0107e 100644 --- a/archivers/innoextract/Makefile +++ b/archivers/innoextract/Makefile @@ -3,7 +3,7 @@ PORTNAME= innoextract PORTVERSION= 1.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= archivers MASTER_SITES= http://constexpr.org/innoextract/files/ diff --git a/archivers/tardy/Makefile b/archivers/tardy/Makefile index afeb9164bbb4..0d031d62925c 100644 --- a/archivers/tardy/Makefile +++ b/archivers/tardy/Makefile @@ -4,7 +4,7 @@ PORTNAME= tardy PORTVERSION= 1.28 DISTVERSIONSUFFIX= .D001.orig -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= archivers MASTER_SITES= SF/tardy/${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION}${DISTVERSIONSUFFIX} |