Date: Sat, 30 Jun 2018 10:03:54 +0000 (UTC) From: David Naylor <dbn@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473612 - head/www/xsp Message-ID: <201806301003.w5UA3s27037006@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbn Date: Sat Jun 30 10:03:54 2018 New Revision: 473612 URL: https://svnweb.freebsd.org/changeset/ports/473612 Log: www/xsp: update to 4.5 - fix ordering of variables - remove MAKE_JOBS_UNSAFE (builds fine with jobs) ChangeLog: - point all scripts to mono 4.5 directories - allow 0.0.0.0/IPAddress.Any in FastCgi module - Fixed invalid redirect from httos to http in FastCgi module Modified: head/www/xsp/Makefile head/www/xsp/distinfo Modified: head/www/xsp/Makefile ============================================================================== --- head/www/xsp/Makefile Sat Jun 30 09:57:59 2018 (r473611) +++ head/www/xsp/Makefile Sat Jun 30 10:03:54 2018 (r473612) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xsp -PORTVERSION= 4.2 -PORTREVISION= 1 +PORTVERSION= 4.5 CATEGORIES= www MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/ @@ -13,13 +12,11 @@ COMMENT= Mono based web server LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -MAKE_JOBS_UNSAFE= yes - USES= gmake libtool mono pathfix pkgconfig sqlite + GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_GMCS=${LOCALBASE}/bin/mcs - -PLIST_SUB+= PORTVERSION=${PORTVERSION} +PLIST_SUB= PORTVERSION=${PORTVERSION} pre-install: ${MKDIR} ${STAGEDIR}${XSP_DOCROOT} Modified: head/www/xsp/distinfo ============================================================================== --- head/www/xsp/distinfo Sat Jun 30 09:57:59 2018 (r473611) +++ head/www/xsp/distinfo Sat Jun 30 10:03:54 2018 (r473612) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465472151 -SHA256 (xsp-4.2.tar.gz) = 6b8ce6a16e32ba852481700bbf14b1fe0356b4a831ce84845f64ceb8059b3efc -SIZE (xsp-4.2.tar.gz) = 722345 +TIMESTAMP = 1530352515 +SHA256 (xsp-4.5.tar.gz) = 5a5cb7a91f0298e01e3773dc1626b381f9a4b15ecd61e1476c0d00a45784b639 +SIZE (xsp-4.5.tar.gz) = 736913
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806301003.w5UA3s27037006>