diff options
author | rene <rene@FreeBSD.org> | 2013-08-03 17:31:17 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-08-03 17:31:17 +0800 |
commit | a21518e047d0ef0077064d89b3fccffaecc82c44 (patch) | |
tree | ee3b72499e8e109961a90ba0af42429e2328ea1e /www | |
parent | fa4d8c80f6aff3411ce56695cff0abcaa39d5c55 (diff) | |
download | freebsd-ports-gnome-a21518e047d0ef0077064d89b3fccffaecc82c44.tar.gz freebsd-ports-gnome-a21518e047d0ef0077064d89b3fccffaecc82c44.tar.zst freebsd-ports-gnome-a21518e047d0ef0077064d89b3fccffaecc82c44.zip |
Remove expired port:
2013-08-03 www/mod_macro24: part of Apache 2.4.6 and newer
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/mod_macro24/Makefile | 37 | ||||
-rw-r--r-- | www/mod_macro24/distinfo | 2 | ||||
-rw-r--r-- | www/mod_macro24/pkg-descr | 6 |
4 files changed, 0 insertions, 46 deletions
diff --git a/www/Makefile b/www/Makefile index ee64d9491c87..a035c066babb 100644 --- a/www/Makefile +++ b/www/Makefile @@ -506,7 +506,6 @@ SUBDIR += mod_log_sql2 SUBDIR += mod_log_sql2-dtc SUBDIR += mod_macro22 - SUBDIR += mod_macro24 SUBDIR += mod_memcache SUBDIR += mod_memcache_block SUBDIR += mod_mono diff --git a/www/mod_macro24/Makefile b/www/mod_macro24/Makefile deleted file mode 100644 index 6125a641323e..000000000000 --- a/www/mod_macro24/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# $FreeBSD$ - -PORTNAME= mod_macro -PORTVERSION= 1.2.1 -CATEGORIES= www -MASTER_SITES= http://www.cri.ensmp.fr/~coelho/mod_macro/ - -MAINTAINER= lukasz@wasikowski.net -COMMENT= Apache 2.4.x module for use macros in config files - -LICENSE= mod_macro -LICENSE_NAME= mod_macro license (apache with postcard request) -LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept - -MAKE_JOBS_SAFE= yes - -IGNORE= apache24-2.4.6 and newer delivers this module by default -EXPIRATION_DATE=2013-08-03 - -USE_APACHE= 24 -LATEST_LINK= mod_macro24 -AP_FAST_BUILD= yes -AP_GENPLIST= yes -PORTDOCS= ${PORTNAME}.html - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.options.mk> - -post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR}/ - ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}/ -.endif - -.include <bsd.port.mk> diff --git a/www/mod_macro24/distinfo b/www/mod_macro24/distinfo deleted file mode 100644 index bca10d8ee057..000000000000 --- a/www/mod_macro24/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mod_macro-1.2.1.tar.gz) = f22c6342b36526fb401dea4dba4c2b61a72083da973b9ca1c4777a77d5128fc3 -SIZE (mod_macro-1.2.1.tar.gz) = 16870 diff --git a/www/mod_macro24/pkg-descr b/www/mod_macro24/pkg-descr deleted file mode 100644 index 56b9607f76a5..000000000000 --- a/www/mod_macro24/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -mod_macro is a third-party module to the Apache Http Server, distributed with -a BSD-style license like Apache. It allows the definition and use of macros -within apache runtime configuration files. The syntax is a natural extension -to apache html-like configuration style. - -WWW: http://www.cri.ensmp.fr/~coelho/mod_macro/ |