diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-01 07:35:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-01 07:35:46 +0000 |
commit | c993547647ade192de588d835170899ea69750fa (patch) | |
tree | 1066049488d0de8086aaf3e233ead12bf19d5d4e /databases/gnats/files/patch-ad | |
parent | - Update to 0.12.17 (diff) |
2011-11-01 games/phpua-ut2003: depends on phpua-engine
2011-11-01 games/phpua-engine: apache13 is deprecated, migrate to 2.2.x+ now
2011-11-01 games/phpua-hl: depends on phpua-engine
2011-11-01 games/phpua-ut: depends on phpua-engine
2011-11-01 games/phpua-cod: depends on phpua-engine
2011-11-01 games/uox3: No more public distfiles
2011-11-01 games/phpua-q3: depends on phpua-engine
2011-11-01 games/phpua-bf: depends on phpua-engine
2011-10-30 graphics/kallery: does not build; last release 20010511
2011-10-28 graphics/gtksee: depends on unfetchable port archivers/bzip; last release 2004
2011-11-01 mail/mailscanner-mrtg: apache13 is deprecated, migrate to 2.2.x+ now
2011-10-31 net-p2p/qbittorrent-28-nox11: Please migrate to net-p2p/qbittorrent-29
2011-10-31 net-p2p/qbittorrent-28: Please migrate to net-p2p/qbittorrent-29
2011-10-31 net-p2p/dctc-gui-qt No more public distfiles
2011-10-31 net-p2p/dctc-gui No more public distfiles
2011-09-01 net-p2p/dctc: No more public distfiles
2011-11-01 www/slash: apache13 is deprecated, migrate to 2.2.x+ now
2011-11-01 databases/maatkit: Upstream support dropped. Please consider using databases/percona-toolkit
2011-11-01 databases/mysqlman: apache13 is deprecated, migrate to 2.2.x+ now
2011-11-01 databases/mysql-editor: apache13 is deprecated, migrate to 2.2.x+ now
2011-09-30 databases/gnats: Security issues
Notes
Notes:
svn path=/head/; revision=284829
Diffstat (limited to 'databases/gnats/files/patch-ad')
-rw-r--r-- | databases/gnats/files/patch-ad | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/databases/gnats/files/patch-ad b/databases/gnats/files/patch-ad deleted file mode 100644 index 5cfe9847b8dc..000000000000 --- a/databases/gnats/files/patch-ad +++ /dev/null @@ -1,20 +0,0 @@ ---- gnats/gnats-edit-pr.sh.orig Wed Mar 13 17:19:09 2002 -+++ gnats/gnats-edit-pr.sh Wed Mar 13 17:21:14 2002 -@@ -178,13 +178,11 @@ - - # lock the pr - $debug_print "Locking $pr_id." --lock=`$PR_EDIT --lock=$full_me $pr_id 2>&1 > $new` --locked=t -- --if [ "$lock" != "" ] ; then -- echo $lock -- exit 0 -+if ! $PR_EDIT --lock=$full_me $pr_id >$new ; then -+ echo "Failed to lock PR $pr_id" -+ exit 1 - fi -+locked=t - - # here's where we actually call the editor. - cp $new $new.old |