summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2015-08-23 12:31:44 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2015-08-23 12:31:44 +0000
commit4763a0cc715b25e66512a09c35ffd75f44b12078 (patch)
tree14d69a98aefeb05e2111c41bbb85dbd58f30cc39
parent0faa045b9ab6e2b3941b8a5c136364afcb77ffd9 (diff)
downloadfreebsd-ports-4763a0cc715b25e66512a09c35ffd75f44b12078.zip
- Upgrade to 1.7.
PR: ports/202252 Submitted by: pfg
-rw-r--r--www/mod_asn/Makefile7
-rw-r--r--www/mod_asn/distinfo4
-rw-r--r--www/mod_asn/pkg-plist3
3 files changed, 6 insertions, 8 deletions
diff --git a/www/mod_asn/Makefile b/www/mod_asn/Makefile
index e27931bb7851..3bffa326a9da 100644
--- a/www/mod_asn/Makefile
+++ b/www/mod_asn/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= mod_asn
-PORTVERSION= 1.5
-PORTREVISION= 2
+PORTVERSION= 1.7
CATEGORIES= www
MASTER_SITES= LOCAL/kuriyama \
http://mirrorbrain.org/files/releases/
@@ -14,14 +13,14 @@ LICENSE= APACHE20
LIB_DEPENDS= libapr-1.so:${PORTSDIR}/devel/apr1
-USE_APACHE= 22
+USE_APACHE= 22+
AP_FAST_BUILD= yes
MANUAL_PACKAGE_BUILD= devel/apr1 with pgsql option required
.include <bsd.port.pre.mk>
pre-build:
- @[ -r ${PREFIX}/lib/apr-util-1/apr_dbd_pgsql.so ] || (${ECHO_MSG} "APR util with PostgreSQL required."; ${FALSE})
+ @[ -r ${LOCALBASE}/lib/apr-util-1/apr_dbd_pgsql.so ] || (${ECHO_MSG} "APR util with PostgreSQL required."; ${FALSE})
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/asn_import.py ${STAGEDIR}${PREFIX}/bin/asn_import
diff --git a/www/mod_asn/distinfo b/www/mod_asn/distinfo
index 530520105d2e..6e6b21f52fb1 100644
--- a/www/mod_asn/distinfo
+++ b/www/mod_asn/distinfo
@@ -1,2 +1,2 @@
-SHA256 (mod_asn-1.5.tar.gz) = 389c1402d96612db46c6b293aa1a75f08dd56f07502e0aa1a5807c2eecb02836
-SIZE (mod_asn-1.5.tar.gz) = 22976
+SHA256 (mod_asn-1.7.tar.gz) = d4b80eb0fbc60527e299351452c11b04061e387edb177dfa26e70ac1d5e23fb5
+SIZE (mod_asn-1.7.tar.gz) = 24154
diff --git a/www/mod_asn/pkg-plist b/www/mod_asn/pkg-plist
index 30f6a4fc8f97..46b71215a160 100644
--- a/www/mod_asn/pkg-plist
+++ b/www/mod_asn/pkg-plist
@@ -1,8 +1,7 @@
bin/asn_import
bin/asn_get_routeviews
-libexec/apache22/mod_asn.so
+%%APACHEMODDIR%%/%%AP_MODULE%%
%%EXAMPLESDIR%%/mod_asn.conf
%%DATADIR%%/asn.sql
@dirrm %%DATADIR%%
@dirrm %%EXAMPLESDIR%%
-@unexec egrep -v 'LoadModule +asn_module +libexec/apache22/mod_asn.so' %D/etc/apache22/httpd.conf > /tmp/httpd.$$; mv /tmp/httpd.$$ %D/etc/apache22/httpd.conf