diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2012-05-21 10:40:13 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2012-05-21 10:40:13 +0000 |
commit | 4d26941f980dce2097f5a8ec23d5cf71b6e368dd (patch) | |
tree | 2617473c595be101d7e1591b720949e43af1dc40 | |
parent | 5ab8094dd0e3d635ec1fce7859fb0bc1dbdb336c (diff) | |
download | ports-4d26941f980dce2097f5a8ec23d5cf71b6e368dd.tar.gz ports-4d26941f980dce2097f5a8ec23d5cf71b6e368dd.zip |
Notes
-rw-r--r-- | graphics/tinyows/Makefile | 11 | ||||
-rw-r--r-- | graphics/tinyows/distinfo | 4 |
2 files changed, 7 insertions, 8 deletions
diff --git a/graphics/tinyows/Makefile b/graphics/tinyows/Makefile index 5d4caccc646b..b0565ecb0ed1 100644 --- a/graphics/tinyows/Makefile +++ b/graphics/tinyows/Makefile @@ -7,18 +7,17 @@ PORTNAME= tinyows PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics www geography -MASTER_SITES= http://tinyows.org/tracdocs/release/ +MASTER_SITES= http://tinyows.org/release/ -MAINTAINER= joris.dedieu@nfrance.com +MAINTAINER= joris.dedieu@gmail.com COMMENT= High Performance WFS-T server LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 BUILD_DEPENDS= ${LOCALBASE}/lib/postgresql/postgis-1.5.so:${PORTSDIR}/databases/postgis USE_BZIP2= YES -WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= YES OPTIONS= FASTCGI "Support FASTCGI" on \ @@ -26,8 +25,8 @@ OPTIONS= FASTCGI "Support FASTCGI" on \ .include <bsd.port.pre.mk> .if defined(WITH_FASTCGI) -BUILD_DEPENDS+= ${LOCALBASE}/bin/cgi-fcgi:${PORTSDIR}/www/fcgi -CONFIGURE_ARGS+= --with-fastcgi=${LOCALBASE} +BUILD_DEPENDS+= ${LOCALBASE}/bin/cgi-fcgi:${PORTSDIR}/www/fcgi +CONFIGURE_ARGS+= --with-fastcgi=${LOCALBASE} .endif post-install: diff --git a/graphics/tinyows/distinfo b/graphics/tinyows/distinfo index 55ba0bfd5611..55a64df754ee 100644 --- a/graphics/tinyows/distinfo +++ b/graphics/tinyows/distinfo @@ -1,2 +1,2 @@ -SHA256 (tinyows-1.0.0.tar.bz2) = b80dbca8147ea0d31e92271eee6398caede055b7ef65a9d60f34e20172041f46 -SIZE (tinyows-1.0.0.tar.bz2) = 1180960 +SHA256 (tinyows-1.0.0.tar.bz2) = c65ab614eb72dd4ae0983cd85c665c2f1e370fc10befa8fd0472db53cef77fde +SIZE (tinyows-1.0.0.tar.bz2) = 1195708 |