diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-16 06:14:22 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-16 06:14:22 +0800 |
commit | 5fd784441861d569c5eaa29b31461493d44e0377 (patch) | |
tree | bbca7dc8a8ff38f06e307c5a519810a724d03fbd | |
parent | 6d50931112c4b638a7e0bf9b8c683439d60d0023 (diff) | |
download | marcuscom-ports-5fd784441861d569c5eaa29b31461493d44e0377.tar marcuscom-ports-5fd784441861d569c5eaa29b31461493d44e0377.tar.gz marcuscom-ports-5fd784441861d569c5eaa29b31461493d44e0377.tar.bz2 marcuscom-ports-5fd784441861d569c5eaa29b31461493d44e0377.tar.lz marcuscom-ports-5fd784441861d569c5eaa29b31461493d44e0377.tar.xz marcuscom-ports-5fd784441861d569c5eaa29b31461493d44e0377.tar.zst marcuscom-ports-5fd784441861d569c5eaa29b31461493d44e0377.zip |
Update to 0.20.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@90 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/gal/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gal/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/gal/files/patch-ab | 15 |
3 files changed, 8 insertions, 11 deletions
diff --git a/x11-toolkits/gal/Makefile b/x11-toolkits/gal/Makefile index 5a694c52d..22787296c 100644 --- a/x11-toolkits/gal/Makefile +++ b/x11-toolkits/gal/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gal -PORTVERSION= 0.20 +PORTVERSION= 0.20.1 CATEGORIES?= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gal/0.20 diff --git a/x11-toolkits/gal/distinfo b/x11-toolkits/gal/distinfo index 0e2f2a888..cb8646ec2 100644 --- a/x11-toolkits/gal/distinfo +++ b/x11-toolkits/gal/distinfo @@ -1 +1 @@ -MD5 (gnome/gal-0.20.tar.bz2) = be215178a7404822f202c2ddc499c614 +MD5 (gnome/gal-0.20.1.tar.bz2) = 1798e7d28a6ed00d40bb2140bb9b34ea diff --git a/x11-toolkits/gal/files/patch-ab b/x11-toolkits/gal/files/patch-ab index 2c4100dab..d99efe8f0 100644 --- a/x11-toolkits/gal/files/patch-ab +++ b/x11-toolkits/gal/files/patch-ab @@ -1,17 +1,14 @@ - -$FreeBSD: ports/x11-toolkits/gal/files/patch-ab,v 1.2 2001/10/01 06:38:06 sobomax Exp $ - ---- Makefile.in.orig Fri Sep 28 12:30:28 2001 -+++ Makefile.in Fri Sep 28 12:37:31 2001 -@@ -141,9 +141,9 @@ +--- Makefile.in.orig Tue Oct 15 16:51:17 2002 ++++ Makefile.in Tue Oct 15 16:52:07 2002 +@@ -154,9 +154,9 @@ gnomelocaledir = @gnomelocaledir@ l = @l@ --SUBDIRS = gal po intl tests docs art -+SUBDIRS = gal po intl docs art +-SUBDIRS = gal po intl tests docs art macros ++SUBDIRS = gal po intl docs art macros -confexecdir = $(libdir) +confexecdir = $(sysconfdir) confexec_DATA = galConf.sh - EXTRA_DIST = gal.spec.in galConf.sh.in MAINTAINERS AUTHORS xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in + EXTRA_DIST = \ |