diff options
author | wiz <wiz@pkgsrc.org> | 2016-04-14 12:38:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-04-14 12:38:23 +0000 |
commit | 59645267587e8c1fdd17d43fc05bbba386d27e59 (patch) | |
tree | 60f59745dbb08055d4061fdc4cd79be39247b7b2 /www/apache24 | |
parent | c808969ed356ccf058bd1e6a33bbc3a2140bf8c0 (diff) | |
download | pkgsrc-59645267587e8c1fdd17d43fc05bbba386d27e59.tar.gz |
Add comment:
When updating this package, make sure that no strings like
"PR 12345" are in the commit message. Upstream likes
to reference their own PRs this way, but this ends up
in NetBSD GNATS.
Diffstat (limited to 'www/apache24')
-rw-r--r-- | www/apache24/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/www/apache24/Makefile b/www/apache24/Makefile index 9d1f4805b88..8250a4d0b2e 100644 --- a/www/apache24/Makefile +++ b/www/apache24/Makefile @@ -1,4 +1,9 @@ -# $NetBSD: Makefile,v 1.44 2016/04/14 12:16:10 adam Exp $ +# $NetBSD: Makefile,v 1.45 2016/04/14 12:38:23 wiz Exp $ +# +# When updating this package, make sure that no strings like +# "PR 12345" are in the commit message. Upstream likes +# to reference their own PRs this way, but this ends up +# in NetBSD GNATS. DISTNAME= httpd-2.4.20 PKGNAME= ${DISTNAME:S/httpd/apache/} |