Summary: | [new port] www/mod_tidy: Validates the HTML output of your apache2 webserver | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Clement Laforet <sheepkiller> | ||||
Component: | Individual Port(s) | Assignee: | Christian Weisgerber <naddy> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | sheepkiller | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Clement Laforet
2003-10-06 18:50:23 UTC
Responsible Changed From-To: freebsd-ports-bugs->naddy I'm looking into this. Use RESTRICTED. Use DIST_SUBDIR=apache diff -Nru mod_tidy.orig/Makefile mod_tidy/Makefile --- mod_tidy.orig/Makefile Tue Oct 14 00:54:46 2003 +++ mod_tidy/Makefile Tue Oct 14 02:07:46 2003 @@ -9,6 +9,7 @@ PORTVERSION= 0.3 CATEGORIES= www MASTER_SITES= http://home.snafu.de/tusk/mod_tidy/ +DIST_SUBDIR= apache MAINTAINER= sheepkiller@cultdeadsheep.org COMMENT= Validates the HTML output of your apache2 webserver @@ -17,6 +18,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS} LIB_DEPENDS= tidy:${PORTSDIR}/www/tidy-lib +RESTRICTED= "no license" + APXS?= ${LOCALBASE}/sbin/apxs TIDY_INC= ${LOCALBASE}/include/tidy @@ -27,7 +30,7 @@ @${RM} -fr ${WRKSRC}/tidy do-build: - @(cd ${WRKSRC}/src && ${APXS} -I ${TIDY_INC} -L ${TIDY_LIBS} -c ${PORTNAME}.c) + @(cd ${WRKSRC}/src && ${APXS} -I ${TIDY_INC} -L ${TIDY_LIBS} -c ${PORTNAME}.c) do-install: @(cd ${WRKSRC}/src && ${APXS} -A -i ${PORTNAME}.la) diff -Nru mod_tidy.orig/distinfo mod_tidy/distinfo --- mod_tidy.orig/distinfo Tue Oct 14 00:54:46 2003 +++ mod_tidy/distinfo Tue Oct 14 00:58:39 2003 @@ -1 +1 @@ -MD5 (mod_tidy-0.3.tar.gz) = f4af3e8e1ba21483e0483e114bd66838 +MD5 (apache/mod_tidy-0.3.tar.gz) = f4af3e8e1ba21483e0483e114bd66838 State Changed From-To: open->closed Imported, thanks! |