diff options
author | adam <adam@pkgsrc.org> | 2018-04-29 21:31:17 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-04-29 21:31:17 +0000 |
commit | 665219472649e8266444bd432e37c906569a30dd (patch) | |
tree | 1271f14eea592c12f277404fe23631b1005e47e9 /www/apache24 | |
parent | cac3dde6b2dfa742366998b8beb7051fcd934d1b (diff) | |
download | pkgsrc-665219472649e8266444bd432e37c906569a30dd.tar.gz |
revbump for boost-libs update
Diffstat (limited to 'www/apache24')
-rw-r--r-- | www/apache24/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache24/Makefile b/www/apache24/Makefile index 74465810ed7..c912e1c3b4f 100644 --- a/www/apache24/Makefile +++ b/www/apache24/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2018/03/26 09:30:23 adam Exp $ +# $NetBSD: Makefile,v 1.68 2018/04/29 21:32:07 adam Exp $ # # When updating this package, make sure that no strings like # "PR 12345" are in the commit message. Upstream likes @@ -7,6 +7,7 @@ DISTNAME= httpd-2.4.33 PKGNAME= ${DISTNAME:S/httpd/apache/} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/} MASTER_SITES+= http://archive.apache.org/dist/httpd/ |