diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-05-29 10:59:03 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-05-29 10:59:03 +0000 |
commit | 127a611cc058e7796729510b6b18c33b2f619ec0 (patch) | |
tree | 67cfc8b18a5f94ad51a491e11a878e0c276d724c | |
parent | f472686d2b8b481461d5aa8b93326aa2d8ea83e2 (diff) | |
download | freebsd-ports-127a611cc058e7796729510b6b18c33b2f619ec0.zip |
- Update to 0.7.4
Full Changelog at:
http://www.allard.nu/pfw/history
-rw-r--r-- | security/pfw/Makefile | 11 | ||||
-rw-r--r-- | security/pfw/distinfo | 6 |
2 files changed, 8 insertions, 9 deletions
diff --git a/security/pfw/Makefile b/security/pfw/Makefile index a2ebea7efe81..e0574f10d21e 100644 --- a/security/pfw/Makefile +++ b/security/pfw/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pfw -PORTVERSION= 0.7.3 -PORTREVISION= 1 +PORTVERSION= 0.7.4 CATEGORIES= security www MASTER_SITES= http://www.allard.nu/pfw/download/ EXTRACT_SUFX= .tgz @@ -40,7 +39,7 @@ IGNORE= pf is only in 5.x and newer .endif do-install: - ${MKDIR} ${PFW_PREFIX} + @${MKDIR} ${PFW_PREFIX} ${INSTALL_DATA} ${WRKSRC}/include.inc.php ${PFW_PREFIX} .for dir in ${CPDIRS} @${MKDIR} ${PFW_PREFIX}/${dir} @@ -51,14 +50,14 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/${f} ${PFW_PREFIX}/bin .endfor @${MKDIR} ${DATADIR} - ${CP} ${WRKSRC}/docs/sql/sqlite.sql ${DATADIR} + @${CP} -v ${WRKSRC}/docs/sql/sqlite.sql ${DATADIR} .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} + @${MKDIR} ${DOCSDIR} . for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DOCSDIR} . endfor .endif - ${MKDIR} ${PFW_PREFIX}/conf + @${MKDIR} ${PFW_PREFIX}/conf ${CHOWN} www:www ${PFW_PREFIX}/conf post-install: diff --git a/security/pfw/distinfo b/security/pfw/distinfo index 3555f9560384..278a09e0417a 100644 --- a/security/pfw/distinfo +++ b/security/pfw/distinfo @@ -1,3 +1,3 @@ -MD5 (pfw-0.7.3.tgz) = ab2013f69c64a1bcb327df88ac39b308 -SHA256 (pfw-0.7.3.tgz) = bf842a2ece567d353bf18e865d89db84ee93b897b22af6d781c2dcb326d85cf9 -SIZE (pfw-0.7.3.tgz) = 78540 +MD5 (pfw-0.7.4.tgz) = 1cab513c8563f53d2a10c388c90db86d +SHA256 (pfw-0.7.4.tgz) = 784f8b8b481ef01fab72dd39a890f92569198426af87c6da4f11e1460192298b +SIZE (pfw-0.7.4.tgz) = 79028 |