diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-01-21 07:12:38 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-01-21 07:12:38 +0800 |
commit | f3b43528cbfc86b71a8bed2f785a04b1ee3daab5 (patch) | |
tree | c51d8afddfbf6a5bba7f25afb11acf84ae1b190b /ports-mgmt/tinderbox | |
parent | fe3cfdf017c9c5670b9bfdc1e104be93faab1cab (diff) | |
download | freebsd-ports-gnome-f3b43528cbfc86b71a8bed2f785a04b1ee3daab5.tar.gz freebsd-ports-gnome-f3b43528cbfc86b71a8bed2f785a04b1ee3daab5.tar.zst freebsd-ports-gnome-f3b43528cbfc86b71a8bed2f785a04b1ee3daab5.zip |
- don't patch non-existent files if WITHOUT_WEBUI is defined
- bump PORTREVISION
Diffstat (limited to 'ports-mgmt/tinderbox')
-rw-r--r-- | ports-mgmt/tinderbox/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/tinderbox/files/exta-webui-patch-3.1.2_to_20081227.diff (renamed from ports-mgmt/tinderbox/files/patch-3.1.2_to_20081227.diff) | 0 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile index 06a6ee46256e..25591142eee9 100644 --- a/ports-mgmt/tinderbox/Makefile +++ b/ports-mgmt/tinderbox/Makefile @@ -6,7 +6,7 @@ PORTNAME= tinderbox PORTVERSION= 3.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ports-mgmt MASTER_SITES= http://tinderbox.marcuscom.com/:SOURCES \ http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/:SOURCES,FAVICON @@ -42,6 +42,7 @@ IGNORE= is useless without a database. Please (re)run 'make config' and choose o .endif .if defined(WITH_WEBUI) +EXTRA_PATCHES= ${PATCHDIR}/exta-webui-patch-3.1.2_to_20081227.diff RUN_DEPENDS+= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB WANT_PHP_WEB= yes USE_PHP= session diff --git a/ports-mgmt/tinderbox/files/patch-3.1.2_to_20081227.diff b/ports-mgmt/tinderbox/files/exta-webui-patch-3.1.2_to_20081227.diff index 3301952179ba..3301952179ba 100644 --- a/ports-mgmt/tinderbox/files/patch-3.1.2_to_20081227.diff +++ b/ports-mgmt/tinderbox/files/exta-webui-patch-3.1.2_to_20081227.diff |