diff options
author | romain <romain@FreeBSD.org> | 2014-10-15 01:01:52 +0800 |
---|---|---|
committer | romain <romain@FreeBSD.org> | 2014-10-15 01:01:52 +0800 |
commit | 72c452a59d9eec87bcb2db609615daecee07e7a6 (patch) | |
tree | 9159af5d263623fbc1753718e55301b12299e728 /www/xsp/Makefile | |
parent | 0df83a1ecd934036f47642e9b152589b9665d1c0 (diff) | |
download | freebsd-ports-gnome-72c452a59d9eec87bcb2db609615daecee07e7a6.tar.gz freebsd-ports-gnome-72c452a59d9eec87bcb2db609615daecee07e7a6.tar.zst freebsd-ports-gnome-72c452a59d9eec87bcb2db609615daecee07e7a6.zip |
Update to 3.0.11.
Diffstat (limited to 'www/xsp/Makefile')
-rw-r--r-- | www/xsp/Makefile | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/www/xsp/Makefile b/www/xsp/Makefile index be5311e1bffe..bb4b01efd057 100644 --- a/www/xsp/Makefile +++ b/www/xsp/Makefile @@ -2,19 +2,31 @@ # $FreeBSD$ PORTNAME= xsp -PORTVERSION= 2.10.2 -PORTREVISION= 1 +PORTVERSION= 3.0.11 CATEGORIES= www -MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/ +MASTER_SITES= GITHUB MAINTAINER= mono@FreeBSD.org COMMENT= Mono based web server +LICENSE= MIT + +BUILD_DEPENDS= ${LOCALBASE}/bin/mono:${PORTSDIR}/lang/mono +RUN_DEPENDS= ${LOCALBASE}/bin/mono:${PORTSDIR}/lang/mono + MAKE_JOBS_UNSAFE= yes +GH_ACCOUNT= mono +GH_COMMIT= 4587438 +USE_GITHUB= yes USE_SQLITE= 3 -USES= mono pathfix pkgconfig gmake tar:bzip2 +USES= gmake mono pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes +USE_AUTOTOOLS= automake autoconf aclocal +PATHFIX_MAKEFILEIN=Makefile.am + +AUTOMAKE_ARGS= --add-missing --copy +ACLOCAL_ARGS= -I build/m4/shamrock -I build/m4/shave PLIST_SUB+= PORTVERSION=${PORTVERSION} |