Index: head/devel/glib12/Makefile =================================================================== --- head/devel/glib12/Makefile (revision 456710) +++ head/devel/glib12/Makefile (revision 456711) @@ -1,25 +1,28 @@ # Created by: Vanilla I. Shu # $FreeBSD$ PORTNAME= glib PORTVERSION= 1.2.10 PORTREVISION= 15 CATEGORIES= devel MASTER_SITES= GNOME PKGNAMESUFFIX= 12 MAINTAINER= gnome@FreeBSD.org COMMENT= Some useful routines of C programming (previous stable version) +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= libtool pathfix USE_CSTD= gnu89 USE_LDCONFIG= yes INFO= glib post-install: ${LN} -sf glib-config ${STAGEDIR}${PREFIX}/bin/glib12-config .include Index: head/devel/glib12/pkg-descr =================================================================== --- head/devel/glib12/pkg-descr (revision 456710) +++ head/devel/glib12/pkg-descr (revision 456711) @@ -1,8 +1,8 @@ This is GLib version 1.2. GLib, is a library which includes support routines for C such as lists, trees, hashes, memory allocation, and many other things. -WWW: http://www.gtk.org/ +WWW: https://www.gtk.org/ ftp://ftp.gtk.org/pub/gtk A mailing list is located at gtk-list@redhat.com for discussion.