mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix master site
- Update maintainer address - Bump portrevison because tarball was rerolled PR: ports/168098 Submitted by: Joris Dedieu <joris.dedieu@nfrance.com> Approved by: eadler, itetcu (mentors, implicit)
This commit is contained in:
parent
5ab8094dd0
commit
4d26941f98
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297103
2 changed files with 7 additions and 8 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue