aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2015-07-21 20:20:58 +0800
committertijl <tijl@FreeBSD.org>2015-07-21 20:20:58 +0800
commit8c9280bb7eed1318294862956c5ac6ee6c8adf71 (patch)
treeab317c2c199c0c904138a395f0932b1036487dbd
parent725e75a9a83a412e3604cd861a6174932f0d85ab (diff)
downloadfreebsd-ports-gnome-8c9280bb7eed1318294862956c5ac6ee6c8adf71.tar.gz
freebsd-ports-gnome-8c9280bb7eed1318294862956c5ac6ee6c8adf71.tar.zst
freebsd-ports-gnome-8c9280bb7eed1318294862956c5ac6ee6c8adf71.zip
Add more entries for avidemux ports (See r389475 and r389477)
-rw-r--r--MOVED4
1 files changed, 4 insertions, 0 deletions
diff --git a/MOVED b/MOVED
index 64caab972248..d16896c9d55f 100644
--- a/MOVED
+++ b/MOVED
@@ -7631,7 +7631,11 @@ x11-themes/gtk-flat-theme2||2015-06-10|Has expired: Upstream disappeared
databases/postgresql84-server||2015-06-10|Has expired: "EOL was reached in July 2014"
ftp/ncftp1||2015-06-12|Unfetchable
multimedia/avidemux2||2015-06-13|Branch no longer maintained upstream, use multimedia/avidemux26
+multimedia/avidemux2-plugins||2015-06-13|Branch no longer maintained upstream, use multimedia/avidemux26
multimedia/avidemux26|multimedia/avidemux|2015-06-13|Renamed
+multimedia/avidemux26-cli|multimedia/avidemux-cli|2015-06-13|Renamed
+multimedia/avidemux26-plugins|multimedia/avidemux-plugins|2015-06-13|Renamed
+multimedia/avidemux26-qt4|multimedia/avidemux-qt4|2015-06-13|Renamed
editors/zim|deskutils/zim|2015-06-18|Move to more appropriate category
net/py-ldap2|net/py-ldap|2015-06-18|Rename to better match upstream name
devel/erlang-mustache|devel/erlang-bbmustache|2015-06-21|Renamed upstream
1-1/+1 | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. * unbreak (libxpg4.)sf2005-04-161-5/+3 | * BROKEN on 6.0: Depends on libxpg4 which was prematurely removed by tjrkris2005-04-111-0/+4 | * SIZEify (maintainer timeout)trevor2004-03-311-0/+2 | * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1 | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.