aboutsummaryrefslogtreecommitdiffstats
path: root/www/libapreq2/Makefile
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2009-05-16 10:33:03 +0800
committerpgollucci <pgollucci@FreeBSD.org>2009-05-16 10:33:03 +0800
commit629e12e277b2a7bb35693bd40e447d4950eecd6b (patch)
tree3cee22f2a697e8aa962caa0c39ccbfcea7219bea /www/libapreq2/Makefile
parent81b67e2bff7eab9938d564c26e63971e3e602d65 (diff)
downloadfreebsd-ports-gnome-629e12e277b2a7bb35693bd40e447d4950eecd6b.tar.gz
freebsd-ports-gnome-629e12e277b2a7bb35693bd40e447d4950eecd6b.tar.zst
freebsd-ports-gnome-629e12e277b2a7bb35693bd40e447d4950eecd6b.zip
- Update to 2.12
- We busted something upstream and we need GMAKE now - Bump PORTREVISIONS for p5-libapreq2 ports b/c of shared lib bumps PR: ports/133694 Approved by: maintainer timeout (skv; 1 month 2 days)
Diffstat (limited to 'www/libapreq2/Makefile')
-rw-r--r--www/libapreq2/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/libapreq2/Makefile b/www/libapreq2/Makefile
index 46984bb0b797..539f62f35d14 100644
--- a/www/libapreq2/Makefile
+++ b/www/libapreq2/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= libapreq2
-PORTVERSION= 2.08
-PORTREVISION= 3
+PORTVERSION= 2.12
CATEGORIES= www devel
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
MASTER_SITE_SUBDIR=libapreq
@@ -16,6 +15,7 @@ MAINTAINER= skv@FreeBSD.org
COMMENT= Generic Apache2 Request Library
USE_APACHE= 2.0+
+USE_GMAKE= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= autoconf:262 libtool:15
CONFIGURE_ARGS+= --with-apache2-apxs=${APXS} --with-expat=${LOCALBASE}
@@ -59,9 +59,9 @@ PLIST_SUB+= WITH_MODPERL2="@comment "
.include <bsd.port.pre.mk>
.if ${APACHE_VERSION} == 20
-SHLIB_MAJOR= 8
-.else
SHLIB_MAJOR= 9
+.else
+SHLIB_MAJOR= 10
.endif
.include <bsd.port.post.mk>