diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-02-22 07:45:16 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-02-22 07:45:16 +0800 |
commit | abb09d44778b95a33594b5bf30146f4f57740e3f (patch) | |
tree | ba2020d421a8108fde6c62143949624aae4b936b /www/websh | |
parent | 26bd5257349a6c7b740b3b1df0a9d74f1cf1bf98 (diff) | |
download | freebsd-ports-gnome-abb09d44778b95a33594b5bf30146f4f57740e3f.tar.gz freebsd-ports-gnome-abb09d44778b95a33594b5bf30146f4f57740e3f.tar.zst freebsd-ports-gnome-abb09d44778b95a33594b5bf30146f4f57740e3f.zip |
- fix pkg-plist if installed from port (leftover in httpd.conf)
- remove MD5 from distfile
Reference:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/147009
http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/a.8-exp.20110129080700/ap22-mod_log_sql-1.101.log
PR: ports/154752
Submitted by: myself
Approved by: maintainer timeout
Diffstat (limited to 'www/websh')
-rw-r--r-- | www/websh/Makefile | 3 | ||||
-rw-r--r-- | www/websh/distinfo | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/websh/Makefile b/www/websh/Makefile index ffb3fb7b8c2c..b31a78f5de05 100644 --- a/www/websh/Makefile +++ b/www/websh/Makefile @@ -7,7 +7,7 @@ PORTNAME= websh PORTVERSION= 3.6.0b5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www tcl MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR=tcl/${PORTNAME}/source @@ -82,6 +82,7 @@ do-install: .endif post-install: + @${APXS} -e -a -n "${SHORTMODNAME}" "${APACHEMODDIR}/mod_${MODULENAME}.so" @${CAT} ${PKGMESSAGE} .include <bsd.port.pre.mk> diff --git a/www/websh/distinfo b/www/websh/distinfo index 803dc7c4a4d8..0063614f6535 100644 --- a/www/websh/distinfo +++ b/www/websh/distinfo @@ -1,3 +1,2 @@ -MD5 (websh-3.6.0b5-src.tar.gz) = 01d8772c8c2f76df9a096d404bc6783e SHA256 (websh-3.6.0b5-src.tar.gz) = 5d1cd89e1e2259453f5b82d29a516f12b2b33f7a6cf9b075719639684d4047f8 SIZE (websh-3.6.0b5-src.tar.gz) = 269549 |