summaryrefslogtreecommitdiffstats
path: root/www/mod_dtcl
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2000-02-22 21:31:57 +0000
committerjedgar <jedgar@FreeBSD.org>2000-02-22 21:31:57 +0000
commit3473a5c992e8f1424d4bffde3d750d921470e055 (patch)
treedebeaf7ab0a9e9ccfbc8cc293a0487e69975c8f9 /www/mod_dtcl
parent8276bf2de7d398914faff60738792803881488cd (diff)
downloadFreeBSD-ports-3473a5c992e8f1424d4bffde3d750d921470e055.zip
FreeBSD-ports-3473a5c992e8f1424d4bffde3d750d921470e055.tar.gz
Update port to 0.7.3-1
PR: 16792 Submitted by: Maintainer
Diffstat (limited to 'www/mod_dtcl')
-rw-r--r--www/mod_dtcl/Makefile5
-rw-r--r--www/mod_dtcl/distinfo2
-rw-r--r--www/mod_dtcl/files/Makefile.bsd4
-rw-r--r--www/mod_dtcl/pkg-message4
-rw-r--r--www/mod_dtcl/pkg-plist9
5 files changed, 18 insertions, 6 deletions
diff --git a/www/mod_dtcl/Makefile b/www/mod_dtcl/Makefile
index 2ed9afe..1f5f08b 100644
--- a/www/mod_dtcl/Makefile
+++ b/www/mod_dtcl/Makefile
@@ -6,8 +6,8 @@
# $FreeBSD$
#
-DISTNAME= libapache-mod-dtcl_0.6.4-2
-PKGNAME= mod_dtcl-0.6.4.2
+DISTNAME= libapache-mod-dtcl_0.7.3-1
+PKGNAME= mod_dtcl-0.7.3.1
CATEGORIES= www tcl82
MASTER_SITES= http://master.debian.org/~davidw/mod_dtcl/
@@ -43,6 +43,5 @@ do-install:
# but the comment in it suggests it should not be used
# in a "production environment"...
.endif
- @ ${SH} ${PKGINSTALL}
.include <bsd.port.mk>
diff --git a/www/mod_dtcl/distinfo b/www/mod_dtcl/distinfo
index 23635e3..e803d09 100644
--- a/www/mod_dtcl/distinfo
+++ b/www/mod_dtcl/distinfo
@@ -1 +1 @@
-MD5 (libapache-mod-dtcl_0.6.4-2.tar.gz) = 2134a0b7ce40fc7bca48262ca6fa2423
+MD5 (libapache-mod-dtcl_0.7.3-1.tar.gz) = a66d2b624a24298e7c17f5aabf744a75
diff --git a/www/mod_dtcl/files/Makefile.bsd b/www/mod_dtcl/files/Makefile.bsd
index e8d5430..23427ec 100644
--- a/www/mod_dtcl/files/Makefile.bsd
+++ b/www/mod_dtcl/files/Makefile.bsd
@@ -14,8 +14,8 @@ LIB= mod_dtcl
SHLIB_MAJOR=1
SHLIB_MINOR=0
-LDADD= -L${PREFIX}/lib -ltcl${TCL_NDVER}
-LDFLAGS=${LDADD} -lm
+LDADD= -L${PREFIX}/lib -ltcl${TCL_NDVER} -lm
+LDFLAGS=${LDADD}
NOPROFILE= True # to avoid building profiled library
INTERNALLIB= True # to avoid building a static version
diff --git a/www/mod_dtcl/pkg-message b/www/mod_dtcl/pkg-message
index 633fb01..923fa6d 100644
--- a/www/mod_dtcl/pkg-message
+++ b/www/mod_dtcl/pkg-message
@@ -7,4 +7,8 @@
Note, that the dtcl.tcl mentioned in the instructions is
installed as /usr/local/share/doc/mod_dtcl/dtcl.tcl .
+
+ The mentioning of mod_dtcl is already in the Apache's config
+ file, but it is commented out -- you have to uncomment it
+ manually.
-
diff --git a/www/mod_dtcl/pkg-plist b/www/mod_dtcl/pkg-plist
index 4ac8b6a..0f4ee42 100644
--- a/www/mod_dtcl/pkg-plist
+++ b/www/mod_dtcl/pkg-plist
@@ -1,11 +1,20 @@
libexec/apache/mod_dtcl.so
+@exec %D/sbin/apxs -e -A -n dtcl %D/%
share/doc/mod_dtcl/INSTALL.html
+share/doc/mod_dtcl/Makefile.html
share/doc/mod_dtcl/benchmark.html
+share/doc/mod_dtcl/browse-source.html
share/doc/mod_dtcl/dtcl-tcl.html
share/doc/mod_dtcl/dtcl.gif
+share/doc/mod_dtcl/dtcl.html
share/doc/mod_dtcl/dtcl.tcl
share/doc/mod_dtcl/examples.ttml
+share/doc/mod_dtcl/globalscript.html
+share/doc/mod_dtcl/infodebug.html
+share/doc/mod_dtcl/mod_dtcl.html
share/doc/mod_dtcl/readme.html
share/doc/mod_dtcl/table.html
+share/doc/mod_dtcl/testdtcl.html
+share/doc/mod_dtcl/two-mode-mode.html
share/doc/mod_dtcl/use.html
@dirrm share/doc/mod_dtcl
OpenPOWER on IntegriCloud