svn commit: r322372 - in head: devel/anjuta devel/log4cxx net-mgmt/ramond sysutils/ftwin sysutils/ganglia-monitor-core textproc/rast www/flood www/httest www/mod_asn www/mod_security www/tomcat-native
Olli Hauer
ohauer at FreeBSD.org
Sat Jul 6 09:04:57 UTC 2013
Author: ohauer
Date: Sat Jul 6 09:04:54 2013
New Revision: 322372
URL: http://svnweb.freebsd.org/changeset/ports/322372
Log:
- bump PORTREVISION on ports with LIB_DEPENDS+= devel/apr1
while I'm here
- convert to USES=gmake
- trim Makefile header and respect nice_people
Modified:
head/devel/anjuta/Makefile
head/devel/log4cxx/Makefile
head/net-mgmt/ramond/Makefile
head/sysutils/ftwin/Makefile
head/sysutils/ganglia-monitor-core/Makefile
head/textproc/rast/Makefile
head/www/flood/Makefile
head/www/httest/Makefile
head/www/mod_asn/Makefile
head/www/mod_security/Makefile
head/www/tomcat-native/Makefile
Modified: head/devel/anjuta/Makefile
==============================================================================
--- head/devel/anjuta/Makefile Sat Jul 6 09:03:04 2013 (r322371)
+++ head/devel/anjuta/Makefile Sat Jul 6 09:04:54 2013 (r322372)
@@ -4,7 +4,7 @@
PORTNAME= anjuta
PORTVERSION= 2.32.1.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -31,8 +31,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bas
CONFLICTS= anjuta-3.[0-9]*
USE_BZIP2= yes
-USE_GMAKE= yes
-USES= gettext
+USES= gmake gettext
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
USE_PERL5= yes
Modified: head/devel/log4cxx/Makefile
==============================================================================
--- head/devel/log4cxx/Makefile Sat Jul 6 09:03:04 2013 (r322371)
+++ head/devel/log4cxx/Makefile Sat Jul 6 09:04:54 2013 (r322372)
@@ -3,7 +3,7 @@
PORTNAME= log4cxx
PORTVERSION= 0.10.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_APACHE}
MASTER_SITE_SUBDIR= logging/${PORTNAME}/${PORTVERSION}
Modified: head/net-mgmt/ramond/Makefile
==============================================================================
--- head/net-mgmt/ramond/Makefile Sat Jul 6 09:03:04 2013 (r322371)
+++ head/net-mgmt/ramond/Makefile Sat Jul 6 09:04:54 2013 (r322372)
@@ -3,7 +3,7 @@
PORTNAME= ramond
PORTVERSION= 0.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-mgmt ipv6
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/_${PORTVERSION}/
Modified: head/sysutils/ftwin/Makefile
==============================================================================
--- head/sysutils/ftwin/Makefile Sat Jul 6 09:03:04 2013 (r322371)
+++ head/sysutils/ftwin/Makefile Sat Jul 6 09:04:54 2013 (r322372)
@@ -2,7 +2,7 @@
PORTNAME= ftwin
PORTVERSION= 0.8.5
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= sysutils
MASTER_SITES= http://download.meroware.org/ftwin/
Modified: head/sysutils/ganglia-monitor-core/Makefile
==============================================================================
--- head/sysutils/ganglia-monitor-core/Makefile Sat Jul 6 09:03:04 2013 (r322371)
+++ head/sysutils/ganglia-monitor-core/Makefile Sat Jul 6 09:04:54 2013 (r322372)
@@ -2,6 +2,7 @@
PORTNAME= monitor-core
PORTVERSION= 3.4.0
+PORTREVISION= 1
CATEGORIES= sysutils net parallel
MASTER_SITES= SF/ganglia/ganglia%20monitoring%20core/${PORTVERSION}
PKGNAMEPREFIX= ganglia-
Modified: head/textproc/rast/Makefile
==============================================================================
--- head/textproc/rast/Makefile Sat Jul 6 09:03:04 2013 (r322371)
+++ head/textproc/rast/Makefile Sat Jul 6 09:04:54 2013 (r322372)
@@ -1,13 +1,8 @@
-# New ports collection makefile for: rast
-# Date created: Jan 2 2006
-# Whom: Jun Kuriyama <kuriyama at FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= rast
PORTVERSION= 0.3.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= textproc
MASTER_SITES= http://projects.netlab.jp/rast/archives/ \
http://dist.bsdlab.org/
Modified: head/www/flood/Makefile
==============================================================================
--- head/www/flood/Makefile Sat Jul 6 09:03:04 2013 (r322371)
+++ head/www/flood/Makefile Sat Jul 6 09:04:54 2013 (r322372)
@@ -1,13 +1,8 @@
-# New ports collection makefile for: flood
-# Date created: 8 Jan 2003
-# Whom: Jun Kuriyama <kuriyama at 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 \
Modified: head/www/httest/Makefile
==============================================================================
--- head/www/httest/Makefile Sat Jul 6 09:03:04 2013 (r322371)
+++ head/www/httest/Makefile Sat Jul 6 09:04:54 2013 (r322372)
@@ -3,6 +3,7 @@
PORTNAME= httest
PORTVERSION= 2.4.5
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= SF/htt/htt${PORTVERSION:R}/${PORTNAME}-${PORTVERSION}
Modified: head/www/mod_asn/Makefile
==============================================================================
--- head/www/mod_asn/Makefile Sat Jul 6 09:03:04 2013 (r322371)
+++ head/www/mod_asn/Makefile Sat Jul 6 09:04:54 2013 (r322372)
@@ -1,8 +1,8 @@
-# Created by: Jun Kuriyama <kuriyama at FreeBSD.org>
# $FreeBSD$
PORTNAME= mod_asn
PORTVERSION= 1.5
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://mirrorbrain.org/files/releases/
Modified: head/www/mod_security/Makefile
==============================================================================
--- head/www/mod_security/Makefile Sat Jul 6 09:03:04 2013 (r322371)
+++ head/www/mod_security/Makefile Sat Jul 6 09:04:54 2013 (r322372)
@@ -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}
Modified: head/www/tomcat-native/Makefile
==============================================================================
--- head/www/tomcat-native/Makefile Sat Jul 6 09:03:04 2013 (r322371)
+++ head/www/tomcat-native/Makefile Sat Jul 6 09:04:54 2013 (r322372)
@@ -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
More information about the svn-ports-head
mailing list