summaryrefslogtreecommitdiff
path: root/www/mod_watch
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2002-03-24 17:07:39 +0000
committerAnders Nordby <anders@FreeBSD.org>2002-03-24 17:07:39 +0000
commit3e53b3dbb06134f172fc8ff0f8ed13c0b0d8850e (patch)
tree5d952eda33eb8fc7030f8c1f3c003917a6ab4a68 /www/mod_watch
parentDocument. (diff)
Update to version 3.12.
Notes
Notes: svn path=/head/; revision=56546
Diffstat (limited to 'www/mod_watch')
-rw-r--r--www/mod_watch/Makefile6
-rw-r--r--www/mod_watch/distinfo2
-rw-r--r--www/mod_watch/pkg-plist2
3 files changed, 7 insertions, 3 deletions
diff --git a/www/mod_watch/Makefile b/www/mod_watch/Makefile
index 46586af6aa5c..10cebaaf5399 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 b31d23b8c367..4453fd7eea99 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 57e9b1ff7171..48364f986331 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