mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Update to v1.1.0
Switch to USE_GITHUB Upstream now needs gmake Upstream now also needs aclocal Support stage Drop maintainership
This commit is contained in:
parent
edd33790f7
commit
f671a8c275
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329210
@ -1,31 +1,32 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fcgiwrap
|
||||
PORTVERSION= 1.0.3
|
||||
PORTREVISION= 5
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://cloud.github.com/downloads/gnosek/fcgiwrap/
|
||||
|
||||
MAINTAINER= bapt@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Simple FastCGI wrapper for CGI scripts
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
LIB_DEPENDS= fcgi:${PORTSDIR}/www/fcgi
|
||||
LIB_DEPENDS= libfcgi.so:${PORTSDIR}/www/fcgi
|
||||
|
||||
WRKSRC= ${WRKDIR}/gnosek-fcgiwrap-2e301c8
|
||||
USES= gmake
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= gnosek
|
||||
GH_COMMIT= 333ff99
|
||||
GH_TAGNAME= ${PORTVERSION}
|
||||
|
||||
USE_RC_SUBR= fcgiwrap
|
||||
|
||||
USE_AUTOTOOLS= autoconf autoheader
|
||||
USE_AUTOTOOLS= aclocal autoconf autoheader
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN8= fcgiwrap.8
|
||||
PLIST_FILES= sbin/fcgiwrap
|
||||
PLIST_FILES= sbin/fcgiwrap man/man8/fcgiwrap.8.gz
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's/@prefix@@mandir@/@mandir@/' ${WRKSRC}/Makefile.in
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (fcgiwrap-1.0.3.tar.gz) = 676015dd1e834fba76fba92ead512f9b13e73fde631cf6aaef6a207d600d6edf
|
||||
SIZE (fcgiwrap-1.0.3.tar.gz) = 8828
|
||||
SHA256 (fcgiwrap-1.1.0.tar.gz) = bf8f3f864e8dc0a7ab1e24e7692db7320a045fbbf47298286f0786a2f978c911
|
||||
SIZE (fcgiwrap-1.1.0.tar.gz) = 9926
|
||||
|
Loading…
Reference in New Issue
Block a user