- update to 0.5
- remove entry from LEGAL since this port is now under apache 2.0 license - respect apache 2.0 license - remove stalled pkg-plist
This commit is contained in:
parent
3fcb5d8efe
commit
03a40d4ed4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140508
4 changed files with 12 additions and 13 deletions
1
LEGAL
1
LEGAL
|
@ -59,7 +59,6 @@ adstudio-novm.tar.gz databases/adstudio Free for personal or educational
|
|||
required for all other usages
|
||||
altivore.c security/altivore No redistribution allowed
|
||||
apache*-ssl www/apache13-ssl Crypto; export-controlled
|
||||
apache/mod_tidy-* www/mod_tidy No license
|
||||
apache2/mod_taf_thief.c www/mod_traf_thief No license
|
||||
apple_pascal_0.dsk.gz emulators/p-interp Redistribution rights for Apple
|
||||
Pascal disk images are unclear
|
||||
|
|
|
@ -6,26 +6,30 @@
|
|||
#
|
||||
|
||||
PORTNAME= mod_tidy
|
||||
PORTVERSION= 0.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://sheepkiller.nerim.net/ports/${PORTNAME}/
|
||||
DIST_SUBDIR= apache
|
||||
MASTER_SITES= http://mod-tidy.sourceforge.net/src/
|
||||
DIST_SUBDIR= apache2
|
||||
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Validates the HTML output of your apache2 webserver
|
||||
|
||||
LIB_DEPENDS= tidy:${PORTSDIR}/www/tidy-lib
|
||||
|
||||
RESTRICTED= "no license"
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
|
||||
WANT_APACHE= 2
|
||||
AP_FAST_BUILD= YES
|
||||
AP_GENPLIST= YES
|
||||
AP_INC+= ${LOCALBASE}/include/tidy
|
||||
AP_LIB+= ${LOCALBASE}/lib -ltidy
|
||||
PLIST_FILES= ${DOCSDIR:S/${PREFIX}\///}/LICENSE
|
||||
PLIST_DIRS= ${DOCSDIR:S/${PREFIX}\///}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/../LICENSE ${DOCSDIR}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (apache/mod_tidy-0.3.tar.gz) = f4af3e8e1ba21483e0483e114bd66838
|
||||
SIZE (apache/mod_tidy-0.3.tar.gz) = 409600
|
||||
MD5 (apache2/mod_tidy-0.5.tar.gz) = d1c38516120da0f22b94caff21a1c831
|
||||
SIZE (apache2/mod_tidy-0.5.tar.gz) = 292979
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
@comment $FreeBSD$
|
||||
libexec/apache2/mod_tidy.so
|
||||
@exec %D/sbin/apxs -e -A -n tidy %D/%f
|
||||
@unexec echo "===> If you do not plan on reinstalling mod_tidy, you must manually remove"; echo "===> references to it in httpd.conf."
|
Loading…
Reference in a new issue