From owner-svn-ports-head@FreeBSD.ORG Tue Oct 14 17:01:54 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D40B7DA1; Tue, 14 Oct 2014 17:01:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6A2B8B4; Tue, 14 Oct 2014 17:01:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9EH1sKl043508; Tue, 14 Oct 2014 17:01:54 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9EH1r92043501; Tue, 14 Oct 2014 17:01:53 GMT (envelope-from romain@FreeBSD.org) Message-Id: <201410141701.s9EH1r92043501@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: romain set sender to romain@FreeBSD.org using -f From: Romain Tartière Date: Tue, 14 Oct 2014 17:01:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370871 - in head/www/xsp: . files X-SVN-Group: ports-head 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.18-1 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: Tue, 14 Oct 2014 17:01:54 -0000 Author: romain Date: Tue Oct 14 17:01:52 2014 New Revision: 370871 URL: https://svnweb.freebsd.org/changeset/ports/370871 QAT: https://qat.redports.org/buildarchive/r370871/ Log: Update to 3.0.11. Added: head/www/xsp/files/ head/www/xsp/files/patch-docs_Mono.FastCGI_Makefile.am (contents, props changed) head/www/xsp/files/patch-docs_Mono.WebServer_Makefile.am (contents, props changed) Modified: head/www/xsp/Makefile head/www/xsp/distinfo head/www/xsp/pkg-plist Modified: head/www/xsp/Makefile ============================================================================== --- head/www/xsp/Makefile Tue Oct 14 16:56:11 2014 (r370870) +++ head/www/xsp/Makefile Tue Oct 14 17:01:52 2014 (r370871) @@ -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} Modified: head/www/xsp/distinfo ============================================================================== --- head/www/xsp/distinfo Tue Oct 14 16:56:11 2014 (r370870) +++ head/www/xsp/distinfo Tue Oct 14 17:01:52 2014 (r370871) @@ -1,2 +1,2 @@ -SHA256 (xsp-2.10.2.tar.bz2) = f4657f724167244d9baedf94e1d5747b8f1f53c339c7a11897154c1eb1289d4e -SIZE (xsp-2.10.2.tar.bz2) = 284801 +SHA256 (xsp-3.0.11.tar.bz2) = 67b7bef551d989d47db71af2fb1e73520806ba94501dc11537286559c7e4dc15 +SIZE (xsp-3.0.11.tar.bz2) = 266327 Added: head/www/xsp/files/patch-docs_Mono.FastCGI_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/xsp/files/patch-docs_Mono.FastCGI_Makefile.am Tue Oct 14 17:01:52 2014 (r370871) @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- docs/Mono.FastCGI/Makefile.am.orig ++++ docs/Mono.FastCGI/Makefile.am +@@ -8,7 +8,7 @@ + + INSTALL_FILES=$(DOCS_ARCHIVE_20) $(DOCS_TREE_20) $(DOCS_SOURCE_20) + +-DOC_FILES=$(shell find en -path '*/.svn' -prune -o -type f -printf "%p ") ++DOC_FILES=$(shell find en -path '*/.svn' -prune -o -type f) + + EXTRA_DIST = \ + $(DOCS_SOURCE_20) \ Added: head/www/xsp/files/patch-docs_Mono.WebServer_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/xsp/files/patch-docs_Mono.WebServer_Makefile.am Tue Oct 14 17:01:52 2014 (r370871) @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- docs/Mono.WebServer/Makefile.am.orig ++++ docs/Mono.WebServer/Makefile.am +@@ -8,7 +8,7 @@ + + INSTALL_FILES=$(DOCS_ARCHIVE_20) $(DOCS_TREE_20) $(DOCS_SOURCE_20) + +-DOC_FILES=$(shell find en -path '*/.svn' -prune -o -type f -printf "%p ") ++DOC_FILES=$(shell find en -path '*/.svn' -prune -o -type f) + + EXTRA_DIST = \ + $(DOCS_SOURCE_20) \ Modified: head/www/xsp/pkg-plist ============================================================================== --- head/www/xsp/pkg-plist Tue Oct 14 16:56:11 2014 (r370870) +++ head/www/xsp/pkg-plist Tue Oct 14 17:01:52 2014 (r370871) @@ -17,26 +17,26 @@ lib/mono/2.0/Mono.WebServer2.dll lib/mono/2.0/fastcgi-mono-server2.exe lib/mono/2.0/mod-mono-server2.exe lib/mono/2.0/xsp2.exe -lib/mono/4.0/Mono.WebServer2.dll -lib/mono/4.0/fastcgi-mono-server4.exe -lib/mono/4.0/mod-mono-server4.exe -lib/mono/4.0/xsp4.exe +lib/mono/4.5/Mono.WebServer2.dll +lib/mono/4.5/fastcgi-mono-server4.exe +lib/mono/4.5/mod-mono-server4.exe +lib/mono/4.5/xsp4.exe lib/mono/gac/Mono.WebServer2/0.2.0.0__0738eb9f132ed756/Mono.WebServer2.dll lib/mono/gac/Mono.WebServer2/0.2.0.0__0738eb9f132ed756/Mono.WebServer2.dll.mdb lib/mono/gac/Mono.WebServer2/0.4.0.0__0738eb9f132ed756/Mono.WebServer2.dll lib/mono/gac/Mono.WebServer2/0.4.0.0__0738eb9f132ed756/Mono.WebServer2.dll.mdb -lib/mono/gac/fastcgi-mono-server2/%%PORTVERSION%%.0__0738eb9f132ed756/fastcgi-mono-server2.exe -lib/mono/gac/fastcgi-mono-server2/%%PORTVERSION%%.0__0738eb9f132ed756/fastcgi-mono-server2.exe.mdb -lib/mono/gac/fastcgi-mono-server4/%%PORTVERSION%%.0__0738eb9f132ed756/fastcgi-mono-server4.exe -lib/mono/gac/fastcgi-mono-server4/%%PORTVERSION%%.0__0738eb9f132ed756/fastcgi-mono-server4.exe.mdb -lib/mono/gac/mod-mono-server2/%%PORTVERSION%%.0__0738eb9f132ed756/mod-mono-server2.exe -lib/mono/gac/mod-mono-server2/%%PORTVERSION%%.0__0738eb9f132ed756/mod-mono-server2.exe.mdb -lib/mono/gac/mod-mono-server4/%%PORTVERSION%%.0__0738eb9f132ed756/mod-mono-server4.exe -lib/mono/gac/mod-mono-server4/%%PORTVERSION%%.0__0738eb9f132ed756/mod-mono-server4.exe.mdb -lib/mono/gac/xsp2/%%PORTVERSION%%.0__0738eb9f132ed756/xsp2.exe -lib/mono/gac/xsp2/%%PORTVERSION%%.0__0738eb9f132ed756/xsp2.exe.mdb -lib/mono/gac/xsp4/%%PORTVERSION%%.0__0738eb9f132ed756/xsp4.exe -lib/mono/gac/xsp4/%%PORTVERSION%%.0__0738eb9f132ed756/xsp4.exe.mdb +lib/mono/gac/fastcgi-mono-server2/3.0.0.0__0738eb9f132ed756/fastcgi-mono-server2.exe +lib/mono/gac/fastcgi-mono-server2/3.0.0.0__0738eb9f132ed756/fastcgi-mono-server2.exe.mdb +lib/mono/gac/fastcgi-mono-server4/3.0.0.0__0738eb9f132ed756/fastcgi-mono-server4.exe +lib/mono/gac/fastcgi-mono-server4/3.0.0.0__0738eb9f132ed756/fastcgi-mono-server4.exe.mdb +lib/mono/gac/mod-mono-server2/3.0.0.0__0738eb9f132ed756/mod-mono-server2.exe +lib/mono/gac/mod-mono-server2/3.0.0.0__0738eb9f132ed756/mod-mono-server2.exe.mdb +lib/mono/gac/mod-mono-server4/3.0.0.0__0738eb9f132ed756/mod-mono-server4.exe +lib/mono/gac/mod-mono-server4/3.0.0.0__0738eb9f132ed756/mod-mono-server4.exe.mdb +lib/mono/gac/xsp2/3.0.0.0__0738eb9f132ed756/xsp2.exe +lib/mono/gac/xsp2/3.0.0.0__0738eb9f132ed756/xsp2.exe.mdb +lib/mono/gac/xsp4/3.0.0.0__0738eb9f132ed756/xsp4.exe +lib/mono/gac/xsp4/3.0.0.0__0738eb9f132ed756/xsp4.exe.mdb lib/monodoc/sources/Mono.FastCGI.source lib/monodoc/sources/Mono.FastCGI.tree lib/monodoc/sources/Mono.FastCGI.zip @@ -216,41 +216,4 @@ man/man1/dbsessmgr.1.gz man/man1/fastcgi-mono-server.1.gz man/man1/mod-mono-server.1.gz man/man1/xsp.1.gz -@dirrm www/xsp -@dirrm lib/xsp/test/controls -@dirrm lib/xsp/test/bin -@dirrm lib/xsp/test/App_Code -@dirrm lib/xsp/test/2.0/treeview/TreeLineImages -@dirrm lib/xsp/test/2.0/treeview -@dirrm lib/xsp/test/2.0/menu -@dirrm lib/xsp/test/2.0/masterpages -@dirrm lib/xsp/test/2.0/gridview -@dirrm lib/xsp/test/2.0 -@dirrm lib/xsp/test/1.1/webservice -@dirrm lib/xsp/test/1.1/webcontrols -@dirrm lib/xsp/test/1.1/html -@dirrm lib/xsp/test/1.1/handlers -@dirrm lib/xsp/test/1.1/databind -@dirrm lib/xsp/test/1.1/customcontrol -@dirrm lib/xsp/test/1.1/authtest -@dirrm lib/xsp/test/1.1/asp.net -@dirrm lib/xsp/test/1.1 -@dirrm lib/xsp/test -@dirrm lib/xsp/4.0 -@dirrm lib/xsp/2.0 -@dirrm lib/xsp -@dirrm lib/mono/gac/xsp4/%%PORTVERSION%%.0__0738eb9f132ed756 -@dirrm lib/mono/gac/xsp4 -@dirrm lib/mono/gac/xsp2/%%PORTVERSION%%.0__0738eb9f132ed756 -@dirrm lib/mono/gac/xsp2 -@dirrm lib/mono/gac/mod-mono-server4/%%PORTVERSION%%.0__0738eb9f132ed756 -@dirrm lib/mono/gac/mod-mono-server4 -@dirrm lib/mono/gac/mod-mono-server2/%%PORTVERSION%%.0__0738eb9f132ed756 -@dirrm lib/mono/gac/mod-mono-server2 -@dirrm lib/mono/gac/fastcgi-mono-server4/%%PORTVERSION%%.0__0738eb9f132ed756 -@dirrm lib/mono/gac/fastcgi-mono-server4 -@dirrm lib/mono/gac/fastcgi-mono-server2/%%PORTVERSION%%.0__0738eb9f132ed756 -@dirrm lib/mono/gac/fastcgi-mono-server2 -@dirrm lib/mono/gac/Mono.WebServer2/0.4.0.0__0738eb9f132ed756 -@dirrm lib/mono/gac/Mono.WebServer2/0.2.0.0__0738eb9f132ed756 -@dirrm lib/mono/gac/Mono.WebServer2 +@dir www/xsp