www/mod_mono: update to 3.13
- fix ordering of variables - remove mono dependency (as it is provided by USES=mono) - no change (log)
This commit is contained in:
+8
-12
@@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mod_mono
|
||||
PORTVERSION= 3.12
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 3.13
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/
|
||||
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
||||
@@ -12,27 +11,24 @@ MAINTAINER= mono@FreeBSD.org
|
||||
COMMENT= Apache module for serving ASP.NET applications
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= mono:lang/mono \
|
||||
xsp:www/xsp
|
||||
RUN_DEPENDS= mono:lang/mono \
|
||||
xsp:www/xsp
|
||||
BUILD_DEPENDS= xsp:www/xsp
|
||||
RUN_DEPENDS= xsp:www/xsp
|
||||
|
||||
USES= apache:2.2+ libtool mono pkgconfig
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-static --man=${PREFIX}/man
|
||||
INSTALL_TARGET= install
|
||||
USES= apache:2.2+ libtool mono pkgconfig
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
PLIST_SUB= MOD_MONOCONFDIR=${MOD_MONOCONFDIR}
|
||||
|
||||
MOD_MONOCONFDIR=${APACHEETCDIR}/Includes
|
||||
|
||||
PLIST_SUB+= MOD_MONOCONFDIR=${MOD_MONOCONFDIR}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's|%%MOD_MONOCONFDIR%%|${PREFIX}/${MOD_MONOCONFDIR}|g' \
|
||||
${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} '/^mod_mono_la_LDFLAGS =/s/$$/ -avoid-version/' \
|
||||
${WRKSRC}/src/Makefile.in
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
SHA256 (mod_mono-3.12.tar.gz) = bb18dd59efe56c719df7c89b353327dd30dddb87f395d60b188f92b911c9f04b
|
||||
SIZE (mod_mono-3.12.tar.gz) = 377395
|
||||
TIMESTAMP = 1530352027
|
||||
SHA256 (mod_mono-3.13.tar.gz) = c3657b77dad57cb13e96998ca5b61e0e59412423657240d15a354a9b21dcaf8a
|
||||
SIZE (mod_mono-3.13.tar.gz) = 398042
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
--- Makefile.in.orig Thu Sep 22 14:04:39 2005
|
||||
+++ Makefile.in Sun Oct 2 20:24:15 2005
|
||||
@@ -192,7 +192,7 @@
|
||||
--- Makefile.in.orig 2018-04-06 15:37:27 UTC
|
||||
+++ Makefile.in
|
||||
@@ -363,7 +363,7 @@ SUBDIRS = src man
|
||||
# Current spec file is obsolete
|
||||
# packaging/redhat/mod_mono.spec \
|
||||
# packaging/redhat/mono.conf
|
||||
|
||||
Reference in New Issue
Block a user