diff options
author | anders <anders@FreeBSD.org> | 2002-03-24 17:07:39 +0000 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-03-24 17:07:39 +0000 |
commit | e338107c86529e02b13d90804bdb6f45ab0f70e4 (patch) | |
tree | ce7a7c0d38ad6c551fffee815abe727a34e7b20d /www/mod_watch | |
parent | 765d533427b5171c3eb4028ea9980644a03a599d (diff) | |
download | FreeBSD-ports-e338107c86529e02b13d90804bdb6f45ab0f70e4.zip FreeBSD-ports-e338107c86529e02b13d90804bdb6f45ab0f70e4.tar.gz |
Update to version 3.12.
Diffstat (limited to 'www/mod_watch')
-rw-r--r-- | www/mod_watch/Makefile | 6 | ||||
-rw-r--r-- | www/mod_watch/distinfo | 2 | ||||
-rw-r--r-- | www/mod_watch/pkg-plist | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/www/mod_watch/Makefile b/www/mod_watch/Makefile index 46586af..10cebaa 100644 --- a/www/mod_watch/Makefile +++ b/www/mod_watch/Makefile @@ -6,11 +6,11 @@ # PORTNAME= mod_watch -PORTVERSION= 3.10 +PORTVERSION= 3.12 CATEGORIES= www MASTER_SITES= http://www.snert.com/Software/mod_watch/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ -DISTNAME= ${PORTNAME}310 +DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} EXTRACT_SUFX= .tgz MAINTAINER= anders@FreeBSD.org @@ -38,9 +38,11 @@ do-install: ${APXS} -i -A -n watch ${WRKSRC}/mod_watch.so ${INSTALL_SCRIPT} ${WRKSRC}/apache2mrtg.pl ${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKSRC}/mod_watch.pl ${PREFIX}/sbin + ${INSTALL_SCRIPT} ${WRKSRC}/nfields.pl ${PREFIX}/sbin .if !defined(NOPORTDOCS) @${INSTALL} -d -m 0755 ${DOCSDIR}/html/Img ${INSTALL_DATA} ${WRKSRC}/CHANGES.TXT ${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/LICENSE.TXT ${DOCSDIR}/ .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/html/ .endfor diff --git a/www/mod_watch/distinfo b/www/mod_watch/distinfo index b31d23b..4453fd7 100644 --- a/www/mod_watch/distinfo +++ b/www/mod_watch/distinfo @@ -1 +1 @@ -MD5 (mod_watch310.tgz) = d66c1bcd1ec0e67cfbf12781dad67af3 +MD5 (mod_watch312.tgz) = ef8e7edf465fdddb0762c264fbff6f83 diff --git a/www/mod_watch/pkg-plist b/www/mod_watch/pkg-plist index 57e9b1f..48364f9 100644 --- a/www/mod_watch/pkg-plist +++ b/www/mod_watch/pkg-plist @@ -1,5 +1,6 @@ sbin/apache2mrtg.pl sbin/mod_watch.pl +sbin/nfields.pl libexec/apache/mod_watch.so @exec %D/sbin/apxs -e -A -n watch %D/%F @unexec %D/sbin/apxs -e -A -n watch %D/%F @@ -14,6 +15,7 @@ libexec/apache/mod_watch.so %%PORTDOCS%%share/doc/mod_watch/html/mod_watch.html %%PORTDOCS%%share/doc/mod_watch/html/style.css %%PORTDOCS%%share/doc/mod_watch/CHANGES.TXT +%%PORTDOCS%%share/doc/mod_watch/LICENSE.TXT %%PORTDOCS%%@dirrm share/doc/mod_watch/html/Img %%PORTDOCS%%@dirrm share/doc/mod_watch/html %%PORTDOCS%%@dirrm share/doc/mod_watch |