diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-11-24 02:24:27 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-11-24 02:24:27 +0000 |
commit | 9bb34a221c36615340b4a3b0c10b87e92333e9ac (patch) | |
tree | 241bac002af508371ea8100c81f2f249bb647429 /www/mod_trigger | |
parent | 6182c09cff5e3604c8cbca5d1b8aaeb77970dd4a (diff) | |
download | ports-9bb34a221c36615340b4a3b0c10b87e92333e9ac.tar.gz ports-9bb34a221c36615340b4a3b0c10b87e92333e9ac.zip |
Notes
Diffstat (limited to 'www/mod_trigger')
-rw-r--r-- | www/mod_trigger/Makefile | 8 | ||||
-rw-r--r-- | www/mod_trigger/distinfo | 2 | ||||
-rw-r--r-- | www/mod_trigger/pkg-descr | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/www/mod_trigger/Makefile b/www/mod_trigger/Makefile index a3d266ac5773..deb653217054 100644 --- a/www/mod_trigger/Makefile +++ b/www/mod_trigger/Makefile @@ -7,13 +7,15 @@ PORTNAME= mod_trigger PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= http://www.tangent.org/mod_trigger/ +MASTER_SITES= http://software.tangent.org/download/ \ + ftp://ftp.tangent.org/pub/apache/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= svenasse@polaris.ca BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 -RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 +RUN_DEPENDS= ${BUILD_DEPENDS} APXS?= ${LOCALBASE}/sbin/apxs diff --git a/www/mod_trigger/distinfo b/www/mod_trigger/distinfo index 11984fdecd39..6e3a83602b4d 100644 --- a/www/mod_trigger/distinfo +++ b/www/mod_trigger/distinfo @@ -1 +1 @@ -MD5 (mod_trigger-1.0.tar.gz) = 555b795820c00308b3ae68263d739534 +MD5 (mod_trigger-1.0.tar.gz) = d064701aab58c31829cb6d80384cf17e diff --git a/www/mod_trigger/pkg-descr b/www/mod_trigger/pkg-descr index 5fda17f4d9a9..bac4556cc6a1 100644 --- a/www/mod_trigger/pkg-descr +++ b/www/mod_trigger/pkg-descr @@ -9,4 +9,4 @@ these and a few other dozen) events occur. No modifications are required to the content of your site and users of your server never need to know that a trigger has been put in place. -WWW: http://tangent.org/mod_trigger/ +WWW: http://software.tangent.org/projects.pl?view=mod_trigger |