diff options
author | stas <stas@FreeBSD.org> | 2011-08-24 17:22:30 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2011-08-24 17:22:30 +0800 |
commit | 314c01f08207eb50e2c76742b3290393bee5ca55 (patch) | |
tree | 3772f26879b859dd3e7b569eedf1f8a9255ce248 /www | |
parent | 00c73a8353ba909e6a579a5b9541ceb43d8badd7 (diff) | |
download | freebsd-ports-gnome-314c01f08207eb50e2c76742b3290393bee5ca55.tar.gz freebsd-ports-gnome-314c01f08207eb50e2c76742b3290393bee5ca55.tar.zst freebsd-ports-gnome-314c01f08207eb50e2c76742b3290393bee5ca55.zip |
- Try to unbreak on HEAD.
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_proctitle/Makefile | 8 | ||||
-rw-r--r-- | www/mod_proctitle/distinfo | 4 |
2 files changed, 4 insertions, 8 deletions
diff --git a/www/mod_proctitle/Makefile b/www/mod_proctitle/Makefile index 2ac29e11a79e..ec323d973e8b 100644 --- a/www/mod_proctitle/Makefile +++ b/www/mod_proctitle/Makefile @@ -6,8 +6,8 @@ # PORTNAME= mod_proctitle -PORTVERSION= 0.3 -PORTREVISION= 1 +PORTVERSION= 0.4 +PORTREVISION= 0 CATEGORIES= www MASTER_SITES= ftp://ftp.springdaemons.com/soft/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} @@ -30,10 +30,6 @@ CFLAGS+= -I${LOCALBASE}/include/apr-0 CFLAGS+= -I${LOCALBASE}/include/apr-1 .endif -.if ${OSVERSION} >= 900000 -BROKEN= does not configure on 9.X -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/.libs/mod_proctitle.so \ ${PREFIX}/${APACHEMODDIR}/ diff --git a/www/mod_proctitle/distinfo b/www/mod_proctitle/distinfo index 4cd6774137b0..8ed1b842d6b7 100644 --- a/www/mod_proctitle/distinfo +++ b/www/mod_proctitle/distinfo @@ -1,2 +1,2 @@ -SHA256 (mod_proctitle-0.3.tar.bz2) = bff95d4bebe844acd6ae1babfca046aa526e2148a8481c81ea022c494bac34a5 -SIZE (mod_proctitle-0.3.tar.bz2) = 203110 +SHA256 (mod_proctitle-0.4.tar.bz2) = a27bc3eedc2cc18a20a10602880a189c8d2c4cf688c6dd3e079c43a3fecfaf60 +SIZE (mod_proctitle-0.4.tar.bz2) = 225436 |