diff options
author | ohauer <ohauer@FreeBSD.org> | 2013-07-06 17:04:54 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2013-07-06 17:04:54 +0800 |
commit | 425c54c75fd84b6607897be2628ae0b051dd9f96 (patch) | |
tree | 7f1baa50dbcb166682ae6be27b97ff5945dd12aa /www/mod_asn | |
parent | 4dfbe61728c241d69d410585bbe0dd17044a21f4 (diff) | |
download | freebsd-ports-gnome-425c54c75fd84b6607897be2628ae0b051dd9f96.tar.gz freebsd-ports-gnome-425c54c75fd84b6607897be2628ae0b051dd9f96.tar.zst freebsd-ports-gnome-425c54c75fd84b6607897be2628ae0b051dd9f96.zip |
- bump PORTREVISION on ports with LIB_DEPENDS+= devel/apr1
while I'm here
- convert to USES=gmake
- trim Makefile header and respect nice_people
Diffstat (limited to 'www/mod_asn')
-rw-r--r-- | www/mod_asn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_asn/Makefile b/www/mod_asn/Makefile index 93dc603c2d91..bdd27a1cc9a0 100644 --- a/www/mod_asn/Makefile +++ b/www/mod_asn/Makefile @@ -1,8 +1,8 @@ -# Created by: Jun Kuriyama <kuriyama@FreeBSD.org> # $FreeBSD$ PORTNAME= mod_asn PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://mirrorbrain.org/files/releases/ |