aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2006-12-21 23:41:34 +0800
committerlofi <lofi@FreeBSD.org>2006-12-21 23:41:34 +0800
commit2503a28b07f2ea71b74f40795cd08c780ec57bd5 (patch)
treef420e0925cf805530ea652adcee52f0700d745a0 /CVSROOT
parent26862a1c87fdeb810fa030659ce30ca9585a93db (diff)
downloadfreebsd-ports-gnome-2503a28b07f2ea71b74f40795cd08c780ec57bd5.tar.gz
freebsd-ports-gnome-2503a28b07f2ea71b74f40795cd08c780ec57bd5.tar.zst
freebsd-ports-gnome-2503a28b07f2ea71b74f40795cd08c780ec57bd5.zip
Retire gnupg-devel
Diffstat (limited to 'CVSROOT')
-rw-r--r--CVSROOT/modules1
1 files changed, 0 insertions, 1 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules
index 531648a646bd..ed876c74cf2f 100644
--- a/CVSROOT/modules
+++ b/CVSROOT/modules
@@ -3664,7 +3664,6 @@ gnumeric ports/math/gnumeric
gnump3d ports/audio/gnump3d
gnunet ports/net-p2p/gnunet
gnupg ports/security/gnupg
-gnupg-devel ports/security/gnupg-devel
gnupg-idea ports/security/gnupg-idea
gnuplot ports/math/gnuplot
gnuplot+ ports/math/gnuplot+
amdmi32014-06-122-3/+3 | | | | Approved by: portmgr blanket * The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-1/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) * Support stagebapt2014-03-251-2/+1 | * Update to 0.3.6.kwm2013-11-081-0/+1 | | | | | | | This update supports a number of new codecs. Remove indiffently argument from COMMENT Update pkg-descr to supported codec list. Stageify. * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1 | | | | misc) * - Fix targets' dependencies in an attempt to fix parallel (-jX) buildsdanfe2013-08-152-14/+17 | | | | | | | | | | - Tighten Makefile header and COMMENT line (trim the article) - Convert LIB_DEPENDS to the newish form (since r322328) - Fix couple of portlint(1) warnings while here (knobs order, WWW line in port description) Reported by: marino Approved by: miwi, bapt (portmgr, implicit) * Add missing LIB_DEPENDS.fjoe2012-06-261-1/+4 |