diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2022-08-05 17:58:34 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2022-08-05 17:58:34 +0000 |
commit | 57a153b6962c76f08da35530b3ae483fb6c20ef0 (patch) | |
tree | f417110f33c2aa7aaa51738e52faa005040b66ec /archivers | |
parent | archivers/libzip: Update to 1.9.2 (diff) |
archivers/libzip: Bump PORTREVISION on dependent ports
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/ark/Makefile | 1 | ||||
-rw-r--r-- | archivers/libzippp/Makefile | 1 | ||||
-rw-r--r-- | archivers/php74-zip/Makefile | 1 | ||||
-rw-r--r-- | archivers/php80-zip/Makefile | 1 | ||||
-rw-r--r-- | archivers/php81-zip/Makefile | 1 | ||||
-rw-r--r-- | archivers/php82-zip/Makefile | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index 0cce61e0127c..3280f8f0d4aa 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/Makefile @@ -1,5 +1,6 @@ PORTNAME= ark DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= archivers kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/archivers/libzippp/Makefile b/archivers/libzippp/Makefile index f1a7d9c97bf8..0d5c40085f23 100644 --- a/archivers/libzippp/Makefile +++ b/archivers/libzippp/Makefile @@ -1,6 +1,7 @@ PORTNAME= libzippp DISTVERSIONPREFIX= ${PORTNAME}-v DISTVERSION= 5.1-1.8.0 +PORTREVISION= 1 CATEGORIES= archivers devel MAINTAINER= yuri@FreeBSD.org diff --git a/archivers/php74-zip/Makefile b/archivers/php74-zip/Makefile index 251a2fbca8e2..e4b9e8914ce2 100644 --- a/archivers/php74-zip/Makefile +++ b/archivers/php74-zip/Makefile @@ -1,3 +1,4 @@ +PORTREVISION= 1 CATEGORIES= archivers MASTERDIR= ${.CURDIR}/../../lang/php74 diff --git a/archivers/php80-zip/Makefile b/archivers/php80-zip/Makefile index 91acb043f381..be485abbd922 100644 --- a/archivers/php80-zip/Makefile +++ b/archivers/php80-zip/Makefile @@ -1,3 +1,4 @@ +PORTREVISION= 1 CATEGORIES= archivers MASTERDIR= ${.CURDIR}/../../lang/php80 diff --git a/archivers/php81-zip/Makefile b/archivers/php81-zip/Makefile index 448cb8fad537..b97385590535 100644 --- a/archivers/php81-zip/Makefile +++ b/archivers/php81-zip/Makefile @@ -1,3 +1,4 @@ +PORTREVISION= 1 CATEGORIES= archivers MASTERDIR= ${.CURDIR}/../../lang/php81 diff --git a/archivers/php82-zip/Makefile b/archivers/php82-zip/Makefile index 5d9133ebe88f..f4177271b5d3 100644 --- a/archivers/php82-zip/Makefile +++ b/archivers/php82-zip/Makefile @@ -1,3 +1,4 @@ +PORTREVISION= 1 CATEGORIES= archivers MASTERDIR= ${.CURDIR}/../../lang/php82 |