diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-05-25 12:23:48 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-05-25 12:23:48 +0000 |
commit | 421ab6216c47a506f11d37274488041e3d34a01c (patch) | |
tree | f1f5aadb3dd047e4a7bb7b3d12ee976b5c9ce1fa /devel/glib13/Makefile | |
parent | 103d998a1cafce1a09ec3a7ec68edb3b8f443975 (diff) | |
download | FreeBSD-ports-421ab6216c47a506f11d37274488041e3d34a01c.zip FreeBSD-ports-421ab6216c47a506f11d37274488041e3d34a01c.tar.gz |
Update glib/gtk++ to 1.2.8.
Overview of Changes in GTK+ 1.2.8:
* GNU Make 3.79 bug workaround
* FAQ and tutorial updates and improvements
* Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection
Overview of Changes in GLib 1.2.8:
* GArray zero initialization bug fixed
* Fix for upper bound calculation of formatted strings
* Improved GCC detection
* AIX dynamic modules fix to retrive symbols from shared libraries for the main
program.
* Miscellaneous other minor bug fixes
Diffstat (limited to 'devel/glib13/Makefile')
-rw-r--r-- | devel/glib13/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/glib13/Makefile b/devel/glib13/Makefile index b26becf..5dee993 100644 --- a/devel/glib13/Makefile +++ b/devel/glib13/Makefile @@ -6,7 +6,7 @@ # PORTNAME= glib -PORTVERSION= 1.2.7 +PORTVERSION= 1.2.8 CATEGORIES= devel MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.2/ \ |