diff options
author | gdt <gdt@pkgsrc.org> | 2022-11-27 13:55:49 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2022-11-27 13:55:49 +0000 |
commit | 418d99ddd84dbecc938a3f2dd86046aaf12c0bfb (patch) | |
tree | c444a84ea20fa28b7d19bb75c6601be8a2376d6c /geography/proj/Makefile | |
parent | 555a60f9e1bd332eb626fe22326148bc7ec59af1 (diff) | |
download | pkgsrc-418d99ddd84dbecc938a3f2dd86046aaf12c0bfb.tar.gz |
geography/proj: recursive revbump
Diffstat (limited to 'geography/proj/Makefile')
-rw-r--r-- | geography/proj/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/geography/proj/Makefile b/geography/proj/Makefile index 231ab566d5c..23e7fa2d7ac 100644 --- a/geography/proj/Makefile +++ b/geography/proj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2022/11/27 13:33:48 gdt Exp $ +# $NetBSD: Makefile,v 1.31 2022/11/27 13:55:49 gdt Exp $ # An update to 8 or 9 is on hold because I have not yet assessed how # much trouble it will cause. -gdt @@ -10,6 +10,7 @@ VERSION= ${VERSION_BASE}${VERSION_RC} WRKFINAL= proj-${VERSION_BASE} WRKSRC= ${WRKDIR}/${WRKFINAL} DISTNAME= proj-${VERSION} +PKGREVISION= 1 CATEGORIES= geography MASTER_SITES= https://download.osgeo.org/proj/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} |