From fff90fac8ac2336162086f076e99923cc62991fd Mon Sep 17 00:00:00 2001 From: itetcu Date: Mon, 8 Jan 2007 16:36:11 +0000 Subject: - Add miwi's favico.ico for www interfaces - bump PORTREVISION for plist change Obtained from: miwi@ ;-) --- ports-mgmt/tinderbox-devel/Makefile | 11 +++++++++-- ports-mgmt/tinderbox-devel/distinfo | 3 +++ ports-mgmt/tinderbox-devel/pkg-plist | 2 ++ ports-mgmt/tinderbox/Makefile | 11 +++++++++-- ports-mgmt/tinderbox/distinfo | 3 +++ ports-mgmt/tinderbox/pkg-plist | 2 ++ 6 files changed, 28 insertions(+), 4 deletions(-) (limited to 'ports-mgmt') diff --git a/ports-mgmt/tinderbox-devel/Makefile b/ports-mgmt/tinderbox-devel/Makefile index 8a3fcfd..0e827b9 100644 --- a/ports-mgmt/tinderbox-devel/Makefile +++ b/ports-mgmt/tinderbox-devel/Makefile @@ -6,7 +6,7 @@ PORTNAME= tinderbox PORTVERSION= 2.3.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= http://tinderbox.marcuscom.com/ @@ -39,6 +39,10 @@ IGNORE= is useless without a database. Please (re)run 'make config' and choose o RUN_DEPENDS+= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB WANT_PHP_WEB= yes USE_PHP= session +MASTER_SITES+= http://miwibox.org/:FAVICON +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + favicon.ico:FAVICON +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} .endif .if defined(WITH_WEB) @@ -115,12 +119,15 @@ post-patch: pre-install: .if !defined(WITH_WEB) ${RM} -R ${WRKSRC}/www +.else + ${CP} ${DISTDIR}/favicon.ico ${WRKSRC}/www .endif .if defined(WITHOUT_WEB_EXP) ${RM} -R ${WRKSRC}/www-exp +.else + ${CP} ${DISTDIR}/favicon.ico ${WRKSRC}/www-exp .endif - do-install: ${MKDIR} ${PREFIX}/tinderbox/scripts ${CP} -R ${WRKSRC}/* ${PREFIX}/tinderbox/scripts diff --git a/ports-mgmt/tinderbox-devel/distinfo b/ports-mgmt/tinderbox-devel/distinfo index 0b5a942..bc3f971 100644 --- a/ports-mgmt/tinderbox-devel/distinfo +++ b/ports-mgmt/tinderbox-devel/distinfo @@ -1,3 +1,6 @@ MD5 (tinderbox-2.3.4.tar.gz) = 6cd5ab8cceef934f059bff2b7cf32a70 SHA256 (tinderbox-2.3.4.tar.gz) = 60a4e3065a88a0e056915fef5b30e289864798a065d5dfbab95e4b90e9ff4cb7 SIZE (tinderbox-2.3.4.tar.gz) = 123621 +MD5 (favicon.ico) = 1d2e9e267ca81f0ef5bc7b9c391aaced +SHA256 (favicon.ico) = 842f1e23dcfcee24d4d7578381256256cda994347751fb332b6eb2182eae216e +SIZE (favicon.ico) = 4710 diff --git a/ports-mgmt/tinderbox-devel/pkg-plist b/ports-mgmt/tinderbox-devel/pkg-plist index fae3246..7a93e46 100644 --- a/ports-mgmt/tinderbox-devel/pkg-plist +++ b/ports-mgmt/tinderbox-devel/pkg-plist @@ -69,6 +69,7 @@ tinderbox/scripts/upgrade/mig_shlib.sh %%WEB_EXP%%tinderbox/scripts/www-exp/inc_ds.php.dist %%WEB_EXP%%tinderbox/scripts/www-exp/inc_tinderbox.php.dist %%WEB_EXP%%tinderbox/scripts/www-exp/index.php +%%WEB_EXP%%tinderbox/scripts/www-exp/favicon.ico %%WEB_EXP%%tinderbox/scripts/www-exp/module/module.php %%WEB_EXP%%tinderbox/scripts/www-exp/module/moduleBuildPorts.php %%WEB_EXP%%tinderbox/scripts/www-exp/module/moduleBuilds.php @@ -104,6 +105,7 @@ tinderbox/scripts/upgrade/mig_shlib.sh %%WEB%%tinderbox/scripts/www/inc_ds.php.dist %%WEB%%tinderbox/scripts/www/inc_tinderbox.php.dist %%WEB%%tinderbox/scripts/www/index.php +%%WEB%%tinderbox/scripts/www/favicon.ico %%WEB%%tinderbox/scripts/www/lastbuilds.php %%WEB%%tinderbox/scripts/www/showbuild.php %%WEB%%tinderbox/scripts/www/showport.php diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile index 8a3fcfd..0e827b9 100644 --- a/ports-mgmt/tinderbox/Makefile +++ b/ports-mgmt/tinderbox/Makefile @@ -6,7 +6,7 @@ PORTNAME= tinderbox PORTVERSION= 2.3.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= http://tinderbox.marcuscom.com/ @@ -39,6 +39,10 @@ IGNORE= is useless without a database. Please (re)run 'make config' and choose o RUN_DEPENDS+= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB WANT_PHP_WEB= yes USE_PHP= session +MASTER_SITES+= http://miwibox.org/:FAVICON +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + favicon.ico:FAVICON +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} .endif .if defined(WITH_WEB) @@ -115,12 +119,15 @@ post-patch: pre-install: .if !defined(WITH_WEB) ${RM} -R ${WRKSRC}/www +.else + ${CP} ${DISTDIR}/favicon.ico ${WRKSRC}/www .endif .if defined(WITHOUT_WEB_EXP) ${RM} -R ${WRKSRC}/www-exp +.else + ${CP} ${DISTDIR}/favicon.ico ${WRKSRC}/www-exp .endif - do-install: ${MKDIR} ${PREFIX}/tinderbox/scripts ${CP} -R ${WRKSRC}/* ${PREFIX}/tinderbox/scripts diff --git a/ports-mgmt/tinderbox/distinfo b/ports-mgmt/tinderbox/distinfo index 0b5a942..bc3f971 100644 --- a/ports-mgmt/tinderbox/distinfo +++ b/ports-mgmt/tinderbox/distinfo @@ -1,3 +1,6 @@ MD5 (tinderbox-2.3.4.tar.gz) = 6cd5ab8cceef934f059bff2b7cf32a70 SHA256 (tinderbox-2.3.4.tar.gz) = 60a4e3065a88a0e056915fef5b30e289864798a065d5dfbab95e4b90e9ff4cb7 SIZE (tinderbox-2.3.4.tar.gz) = 123621 +MD5 (favicon.ico) = 1d2e9e267ca81f0ef5bc7b9c391aaced +SHA256 (favicon.ico) = 842f1e23dcfcee24d4d7578381256256cda994347751fb332b6eb2182eae216e +SIZE (favicon.ico) = 4710 diff --git a/ports-mgmt/tinderbox/pkg-plist b/ports-mgmt/tinderbox/pkg-plist index fae3246..7a93e46 100644 --- a/ports-mgmt/tinderbox/pkg-plist +++ b/ports-mgmt/tinderbox/pkg-plist @@ -69,6 +69,7 @@ tinderbox/scripts/upgrade/mig_shlib.sh %%WEB_EXP%%tinderbox/scripts/www-exp/inc_ds.php.dist %%WEB_EXP%%tinderbox/scripts/www-exp/inc_tinderbox.php.dist %%WEB_EXP%%tinderbox/scripts/www-exp/index.php +%%WEB_EXP%%tinderbox/scripts/www-exp/favicon.ico %%WEB_EXP%%tinderbox/scripts/www-exp/module/module.php %%WEB_EXP%%tinderbox/scripts/www-exp/module/moduleBuildPorts.php %%WEB_EXP%%tinderbox/scripts/www-exp/module/moduleBuilds.php @@ -104,6 +105,7 @@ tinderbox/scripts/upgrade/mig_shlib.sh %%WEB%%tinderbox/scripts/www/inc_ds.php.dist %%WEB%%tinderbox/scripts/www/inc_tinderbox.php.dist %%WEB%%tinderbox/scripts/www/index.php +%%WEB%%tinderbox/scripts/www/favicon.ico %%WEB%%tinderbox/scripts/www/lastbuilds.php %%WEB%%tinderbox/scripts/www/showbuild.php %%WEB%%tinderbox/scripts/www/showport.php -- cgit v1.1