Date: Tue, 21 Oct 2014 09:04:54 +0000 (UTC) From: Romain Tartière <romain@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371314 - head/www/mod_mono Message-ID: <201410210904.s9L94sJU042500@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: romain Date: Tue Oct 21 09:04:53 2014 New Revision: 371314 URL: https://svnweb.freebsd.org/changeset/ports/371314 QAT: https://qat.redports.org/buildarchive/r371314/ Log: Update to 3.8. Modified: head/www/mod_mono/Makefile head/www/mod_mono/distinfo Modified: head/www/mod_mono/Makefile ============================================================================== --- head/www/mod_mono/Makefile Tue Oct 21 08:41:54 2014 (r371313) +++ head/www/mod_mono/Makefile Tue Oct 21 09:04:53 2014 (r371314) @@ -2,23 +2,24 @@ # $FreeBSD$ PORTNAME= mod_mono -PORTVERSION= 2.10 -PORTREVISION= 1 +PORTVERSION= 3.8 CATEGORIES= www -MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/ +MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} MAINTAINER= mono@FreeBSD.org COMMENT= Apache module for serving ASP.NET applications +LICENSE= APACHE20 + BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono \ xsp:${PORTSDIR}/www/xsp RUN_DEPENDS= mono:${PORTSDIR}/lang/mono \ xsp:${PORTSDIR}/www/xsp -USES= libtool:oldver mono pkgconfig tar:bzip2 +USES= libtool:oldver mono pkgconfig GNU_CONFIGURE= yes -USE_APACHE= 22 +USE_APACHE= 22+ CONFIGURE_ARGS= --man=${PREFIX}/man INSTALL_TARGET= install Modified: head/www/mod_mono/distinfo ============================================================================== --- head/www/mod_mono/distinfo Tue Oct 21 08:41:54 2014 (r371313) +++ head/www/mod_mono/distinfo Tue Oct 21 09:04:53 2014 (r371314) @@ -1,2 +1,2 @@ -SHA256 (mod_mono-2.10.tar.bz2) = a8ba3a8785f2deb13b4c0b1dedb4aa9405077309c9c42d99694cedfcc0f9e3f7 -SIZE (mod_mono-2.10.tar.bz2) = 259321 +SHA256 (mod_mono-3.8.tar.gz) = 39c8c82f1a7a43c9fe6ff5988fdde893f578b4a8c6bd18dddff7c5c42a8fc7c1 +SIZE (mod_mono-3.8.tar.gz) = 377327
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410210904.s9L94sJU042500>