1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

- Update to 0.9.4 [1]

- pkg-plist should use WEBWARE_MASTER_DIR instead of DATADIR,
  since this port doesn't respect DATADIR and the stuff insatlled in the
  WEBWARE_MASTER_DIR should not be affected by NOPORTDATA.

PR:		ports/115257 [1]
Submitted by:	"Choe, Cheng-Dae" <whitekid AT gmail.com> [1]
This commit is contained in:
Li-Wen Hsu 2007-09-16 14:50:28 +00:00
parent 88838cfb01
commit 2bd8d52801
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199561
3 changed files with 1743 additions and 1735 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= webware
PORTVERSION= 0.9.2
PORTVERSION= 0.9.4
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= webware
@ -32,13 +32,15 @@ INSTALL_ENV= PKG_PREFIX=${PREFIX} \
WEBWARE_MASTER_DIR=${WEBWARE_MASTER_DIR} \
WEBKIT_HOME_DIR=${WEBKIT_HOME_DIR}
PLIST_SUB+= WEBWARE_MASTER_DIR=${WEBWARE_MASTER_DIR:S,^${PREFIX}/,,}
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e 's|/usr/sbin/apxs|${APXS}|' ${WRKSRC}/WebKit/Adapters/mod_webkit/Makefile
@${REINPLACE_CMD} -e 's|/usr/sbin/apxs|${APXS}|' ${WRKSRC}/WebKit/Adapters/mod_webkit1/Makefile
@${REINPLACE_CMD} -e 's|/usr/sbin/apxs|${APXS}|' ${WRKSRC}/WebKit/Adapters/mod_webkit2/Makefile
@${RM} ${WRKSRC}/WebKit/Adapters/mod_webkit2/Makefile.bak
@${RM} ${WRKSRC}/WebKit/Adapters/mod_webkit/Makefile.bak
@${RM} ${WRKSRC}/WebKit/Adapters/mod_webkit1/Makefile.bak
pre-install:
@ ${ECHO} '---> Making webware default user and its group'

View File

@ -1,3 +1,3 @@
MD5 (Webware-0.9.2.tar.gz) = b6ea6e4e30926e3b2210a2b67695bb7e
SHA256 (Webware-0.9.2.tar.gz) = 75fe78775db0e8f4f47f0ec5b93c4f14de63ed0517b4c7ea011801974b4853be
SIZE (Webware-0.9.2.tar.gz) = 891726
MD5 (Webware-0.9.4.tar.gz) = 7fef58f8eacaae1e2cc7e5f7f70a247d
SHA256 (Webware-0.9.4.tar.gz) = 5c157976d81aedb68b707a229bfdd10a70700622ed081a4cf12727437cfdd24a
SIZE (Webware-0.9.4.tar.gz) = 936493

File diff suppressed because it is too large Load Diff