diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-26 03:16:59 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-26 03:16:59 +0800 |
commit | d33ba6bc1f7ba41dc2ad26af25facf1db9606e4c (patch) | |
tree | 91defd0fe97c758a2a88913443f01086b40cbae7 /ports-mgmt | |
parent | 356a77cdc176d31849b52977e9a71155c081f0bd (diff) | |
download | freebsd-ports-gnome-d33ba6bc1f7ba41dc2ad26af25facf1db9606e4c.tar.gz freebsd-ports-gnome-d33ba6bc1f7ba41dc2ad26af25facf1db9606e4c.tar.zst freebsd-ports-gnome-d33ba6bc1f7ba41dc2ad26af25facf1db9606e4c.zip |
- Update to 3.4.r3
Changelog:
* Correct a mismerge of schema
* Correct some typos
* Properly add the checksum Hooks to the upgrade code
* Fix some variable initialization issues in the webui
* Allow Jails and Builds to be removed when BuildPortsQueue entries exist
Approved by: maintainer implicit
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/tinderbox-devel/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/tinderbox-devel/distinfo | 4 | ||||
-rw-r--r-- | ports-mgmt/tinderbox-devel/pkg-plist | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/ports-mgmt/tinderbox-devel/Makefile b/ports-mgmt/tinderbox-devel/Makefile index 400b2e0caa34..7836b6696393 100644 --- a/ports-mgmt/tinderbox-devel/Makefile +++ b/ports-mgmt/tinderbox-devel/Makefile @@ -6,7 +6,6 @@ PORTNAME= tinderbox DISTVERSION= 3.4${SNAP} -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= ports-mgmt MASTER_SITES= http://tinderbox.marcuscom.com/ \ @@ -36,7 +35,7 @@ NO_BUILD= yes WANT_PERL= yes SUB_FILES= pkg-message -SNAP= .r2 +SNAP= .r3 #SNAP= -20110101 # 22:28:07 UTC MAN1= tc-configCcache.1 tc-configDistfile.1 tc-configGet.1 \ diff --git a/ports-mgmt/tinderbox-devel/distinfo b/ports-mgmt/tinderbox-devel/distinfo index d9f89cebd3a8..e117a9f4f6df 100644 --- a/ports-mgmt/tinderbox-devel/distinfo +++ b/ports-mgmt/tinderbox-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (tinderbox/tinderbox-3.4.r2.tar.gz) = 53bde7a964f14c786cb5fefd8f3d369d63429537b3461415cedaf4320c4dfe0f -SIZE (tinderbox/tinderbox-3.4.r2.tar.gz) = 146093 +SHA256 (tinderbox/tinderbox-3.4.r3.tar.gz) = ab96ff1e7236a9dda38dc7cd4ce8de97695be852a8edce172d6b93de57389456 +SIZE (tinderbox/tinderbox-3.4.r3.tar.gz) = 146277 diff --git a/ports-mgmt/tinderbox-devel/pkg-plist b/ports-mgmt/tinderbox-devel/pkg-plist index a8c507b7b1ad..ec6db4d3da99 100644 --- a/ports-mgmt/tinderbox-devel/pkg-plist +++ b/ports-mgmt/tinderbox-devel/pkg-plist @@ -70,8 +70,10 @@ tinderbox/scripts/upgrade/mig_pgsql_tinderbox-3.2.2_to_3.2.3.sql tinderbox/scripts/upgrade/mig_mysql_tinderbox-3.2.3_to_3.2.4.sql tinderbox/scripts/upgrade/mig_pgsql_tinderbox-3.2.3_to_3.2.4.sql tinderbox/scripts/upgrade/mig_mysql_tinderbox-3.2.4_to_3.2.5.sql -tinderbox/scripts/upgrade/order.lst +tinderbox/scripts/upgrade/mig_pgsql_tinderbox-3.2.5_to_3.2.6.sql +tinderbox/scripts/upgrade/mig_mysql_tinderbox-3.2.5_to_3.2.6.sql tinderbox/scripts/upgrade/user_permissions.map +tinderbox/scripts/upgrade/order.lst %%WEBUI%%tinderbox/scripts/webui/core/Build.php %%WEBUI%%tinderbox/scripts/webui/core/BuildGroups.php %%WEBUI%%tinderbox/scripts/webui/core/BuildPortsQueue.php |