svn commit: r327477 - in head/devel: glib12 glib20
Baptiste Daroussin
bapt at FreeBSD.org
Tue Sep 17 13:05:13 UTC 2013
Author: bapt
Date: Tue Sep 17 13:05:12 2013
New Revision: 327477
URL: http://svnweb.freebsd.org/changeset/ports/327477
Log:
Rename old glib into glib12 to avoid confusion with glib (2.0) for binary users.
While here remove the now useless LATEST_LINK
Approved by: gnome (kwm)
Modified:
head/devel/glib12/Makefile
head/devel/glib20/Makefile
Modified: head/devel/glib12/Makefile
==============================================================================
--- head/devel/glib12/Makefile Tue Sep 17 13:03:10 2013 (r327476)
+++ head/devel/glib12/Makefile Tue Sep 17 13:05:12 2013 (r327477)
@@ -6,6 +6,7 @@ PORTVERSION= 1.2.10
PORTREVISION= 13
CATEGORIES= devel
MASTER_SITES= GNOME
+PKGNAMESUFFIX= 12
MAINTAINER= gnome at FreeBSD.org
COMMENT= Some useful routines of C programming (previous stable version)
Modified: head/devel/glib20/Makefile
==============================================================================
--- head/devel/glib20/Makefile Tue Sep 17 13:03:10 2013 (r327476)
+++ head/devel/glib20/Makefile Tue Sep 17 13:05:12 2013 (r327477)
@@ -14,7 +14,6 @@ COMMENT= Some useful routines of C progr
LICENSE= LGPL20
-LATEST_LINK= glib20
USE_XZ= yes
PORTSCOUT= limitw:1,even
More information about the svn-ports-head
mailing list