diff --git a/misc/tinderbox/Makefile b/misc/tinderbox/Makefile index 8a3fcfd33438..0e827b9b857b 100644 --- a/misc/tinderbox/Makefile +++ b/misc/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/misc/tinderbox/distinfo b/misc/tinderbox/distinfo index 0b5a94200fd2..bc3f971af5d1 100644 --- a/misc/tinderbox/distinfo +++ b/misc/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/misc/tinderbox/pkg-plist b/misc/tinderbox/pkg-plist index fae32460582b..7a93e46c24e5 100644 --- a/misc/tinderbox/pkg-plist +++ b/misc/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 diff --git a/ports-mgmt/tinderbox-devel/Makefile b/ports-mgmt/tinderbox-devel/Makefile index 8a3fcfd33438..0e827b9b857b 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 0b5a94200fd2..bc3f971af5d1 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 fae32460582b..7a93e46c24e5 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 8a3fcfd33438..0e827b9b857b 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 0b5a94200fd2..bc3f971af5d1 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 fae32460582b..7a93e46c24e5 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