svn commit: r473612 - head/www/xsp

David Naylor dbn at FreeBSD.org
Sat Jun 30 10:03:55 UTC 2018


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


More information about the svn-ports-all mailing list