From owner-svn-ports-head@freebsd.org Sat Jun 30 10:03:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EE9110283E4; Sat, 30 Jun 2018 10:03:55 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3B2A577698; Sat, 30 Jun 2018 10:03:55 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1B97B68BC; Sat, 30 Jun 2018 10:03:55 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5UA3skS037008; Sat, 30 Jun 2018 10:03:54 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5UA3s27037006; Sat, 30 Jun 2018 10:03:54 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201806301003.w5UA3s27037006@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Sat, 30 Jun 2018 10:03:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473612 - head/www/xsp X-SVN-Group: ports-head X-SVN-Commit-Author: dbn X-SVN-Commit-Paths: head/www/xsp X-SVN-Commit-Revision: 473612 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jun 2018 10:03:55 -0000 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