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 | |
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')
-rw-r--r-- | www/flood/Makefile | 10 | ||||
-rw-r--r-- | www/httest/Makefile | 1 | ||||
-rw-r--r-- | www/mod_asn/Makefile | 2 | ||||
-rw-r--r-- | www/mod_security/Makefile | 1 | ||||
-rw-r--r-- | www/tomcat-native/Makefile | 1 |
5 files changed, 6 insertions, 9 deletions
diff --git a/www/flood/Makefile b/www/flood/Makefile index b1ff4c5c1854..a8ecf6694010 100644 --- a/www/flood/Makefile +++ b/www/flood/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: flood -# Date created: 8 Jan 2003 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= flood PORTVERSION= 0.20041105 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= http://dist.bsdlab.org/ DISTNAME= httpd-test_20041105052051 @@ -24,8 +19,7 @@ CONFIGURE_ARGS= --disable-shared \ --with-apr=${LOCALBASE}/bin/apr-1-config \ --with-apr-util=${LOCALBASE}/bin/apu-1-config LDFLAGS+= -L${PREFIX}/lib -USE_GMAKE= yes -USES= iconv +USES= gmake iconv EX_SCRIPTS= analyze-relative analyze-relative-ramp EX_DATA= flood.dtd relative-averages-time.awk round-robin-dynamic.xml \ diff --git a/www/httest/Makefile b/www/httest/Makefile index 44ef085062fd..0f03995df281 100644 --- a/www/httest/Makefile +++ b/www/httest/Makefile @@ -3,6 +3,7 @@ PORTNAME= httest PORTVERSION= 2.4.5 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/htt/htt${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} 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/ diff --git a/www/mod_security/Makefile b/www/mod_security/Makefile index 9ebc80468c0c..7d0cd6be7f2a 100644 --- a/www/mod_security/Makefile +++ b/www/mod_security/Makefile @@ -2,6 +2,7 @@ PORTNAME= mod_security PORTVERSION= 2.7.4 +PORTREVISION= 1 CATEGORIES= www security MASTER_SITES= http://www.modsecurity.org/tarball/${PORTVERSION}/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} diff --git a/www/tomcat-native/Makefile b/www/tomcat-native/Makefile index 0dfa03398ecc..e77e5a6c8669 100644 --- a/www/tomcat-native/Makefile +++ b/www/tomcat-native/Makefile @@ -3,6 +3,7 @@ PORTNAME= tomcat-native PORTVERSION= 1.1.27 +PORTREVISION= 1 CATEGORIES= www java MASTER_SITES= APACHE MASTER_SITE_SUBDIR= tomcat/tomcat-connectors/native/${PORTVERSION}/source |