diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-04 15:31:47 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-04 15:31:47 +0800 |
commit | ff2ddaeee3f3a7f727856defb15f80538ff18aed (patch) | |
tree | 4f234758526fe5b6da87d70e44d6f7c9e0da288d | |
parent | 946482f17a20c67237ed30fe2f5640939dc267e9 (diff) | |
download | freebsd-ports-gnome-ff2ddaeee3f3a7f727856defb15f80538ff18aed.tar.gz freebsd-ports-gnome-ff2ddaeee3f3a7f727856defb15f80538ff18aed.tar.zst freebsd-ports-gnome-ff2ddaeee3f3a7f727856defb15f80538ff18aed.zip |
Update to 2.2.1.2.
-rw-r--r-- | print/libgnomeprint/Makefile | 2 | ||||
-rw-r--r-- | print/libgnomeprint/distinfo | 2 | ||||
-rw-r--r-- | print/libgnomeprint/files/patch-configure | 18 | ||||
-rw-r--r-- | print/libgnomeprint/pkg-plist | 5 | ||||
-rw-r--r-- | x11-toolkits/libgnomeprintui/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/libgnomeprintui/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/libgnomeprintui/pkg-plist | 4 |
7 files changed, 16 insertions, 19 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index 816b889f8a33..d5a63b302397 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libgnomeprint -PORTVERSION= 2.2.1.1 +PORTVERSION= 2.2.1.2 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2 diff --git a/print/libgnomeprint/distinfo b/print/libgnomeprint/distinfo index 3040a2df7e14..e032b29e92dd 100644 --- a/print/libgnomeprint/distinfo +++ b/print/libgnomeprint/distinfo @@ -1 +1 @@ -MD5 (gnome2/libgnomeprint-2.2.1.1.tar.bz2) = 21398826672d7d13933448c859892a81 +MD5 (gnome2/libgnomeprint-2.2.1.2.tar.bz2) = fac3ff1cd7c57f20234a0ccd3abfec42 diff --git a/print/libgnomeprint/files/patch-configure b/print/libgnomeprint/files/patch-configure index 540b06885046..1aa2a531a053 100644 --- a/print/libgnomeprint/files/patch-configure +++ b/print/libgnomeprint/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Tue Dec 17 16:29:43 2002 -+++ configure Fri Dec 20 16:33:46 2002 -@@ -8161,6 +8161,7 @@ +--- configure.orig Tue Mar 11 18:33:02 2003 ++++ configure Wed Mar 12 00:58:23 2003 +@@ -8580,6 +8580,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -8,15 +8,3 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -10938,9 +10939,9 @@ - - - if test "x${prefix}" = "xNONE"; then -- GNOME_PRINT_DATA_DIR='${ac_default_prefix}/${DATADIRNAME}/libgnomeprint/${VERSION}' -+ GNOME_PRINT_DATA_DIR='${ac_default_prefix}/share/gnome/libgnomeprint/${VERSION}' - else -- GNOME_PRINT_DATA_DIR='${prefix}/${DATADIRNAME}/libgnomeprint/${VERSION}' -+ GNOME_PRINT_DATA_DIR='${prefix}/share/gnome/libgnomeprint/${VERSION}' - fi - GNOME_PRINT_DATA_DIR=$GNOME_PRINT_DATA_DIR - diff --git a/print/libgnomeprint/pkg-plist b/print/libgnomeprint/pkg-plist index e60bf212f5aa..d6d1f46795e4 100644 --- a/print/libgnomeprint/pkg-plist +++ b/print/libgnomeprint/pkg-plist @@ -62,6 +62,7 @@ share/locale/am/LC_MESSAGES/libgnomeprint-2.2.mo share/locale/ar/LC_MESSAGES/libgnomeprint-2.2.mo share/locale/be/LC_MESSAGES/libgnomeprint-2.2.mo share/locale/bg/LC_MESSAGES/libgnomeprint-2.2.mo +share/locale/bn/LC_MESSAGES/libgnomeprint-2.2.mo share/locale/ca/LC_MESSAGES/libgnomeprint-2.2.mo share/locale/cs/LC_MESSAGES/libgnomeprint-2.2.mo share/locale/da/LC_MESSAGES/libgnomeprint-2.2.mo @@ -69,11 +70,15 @@ share/locale/de/LC_MESSAGES/libgnomeprint-2.2.mo share/locale/el/LC_MESSAGES/libgnomeprint-2.2.mo share/locale/es/LC_MESSAGES/libgnomeprint-2.2.mo share/locale/et/LC_MESSAGES/libgnomeprint-2.2.mo +share/locale/fa/LC_MESSAGES/libgnomeprint-2.2.mo share/locale/fi/LC_MESSAGES/libgnomeprint-2.2.mo share/locale/fr/LC_MESSAGES/libgnomeprint-2.2.mo +share/locale/ga/LC_MESSAGES/libgnomeprint-2.2.mo share/locale/he/LC_MESSAGES/libgnomeprint-2.2.mo share/locale/hu/LC_MESSAGES/libgnomeprint-2.2.mo share/locale/hi/LC_MESSAGES/libgnomeprint-2.2.mo +share/locale/id/LC_MESSAGES/libgnomeprint-2.2.mo +share/locale/is/LC_MESSAGES/libgnomeprint-2.2.mo share/locale/it/LC_MESSAGES/libgnomeprint-2.2.mo share/locale/ja/LC_MESSAGES/libgnomeprint-2.2.mo share/locale/ko/LC_MESSAGES/libgnomeprint-2.2.mo diff --git a/x11-toolkits/libgnomeprintui/Makefile b/x11-toolkits/libgnomeprintui/Makefile index 80f01c1aa961..14033e102bea 100644 --- a/x11-toolkits/libgnomeprintui/Makefile +++ b/x11-toolkits/libgnomeprintui/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libgnomeprintui -PORTVERSION= 2.2.1.1 +PORTVERSION= 2.2.1.2 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2 diff --git a/x11-toolkits/libgnomeprintui/distinfo b/x11-toolkits/libgnomeprintui/distinfo index 03477a7f497c..6e888ea1d181 100644 --- a/x11-toolkits/libgnomeprintui/distinfo +++ b/x11-toolkits/libgnomeprintui/distinfo @@ -1 +1 @@ -MD5 (gnome2/libgnomeprintui-2.2.1.1.tar.bz2) = fda6586628c60693295b81cc3576ca23 +MD5 (gnome2/libgnomeprintui-2.2.1.2.tar.bz2) = 32086eb2bb18eafc6c76a7f8ef98582d diff --git a/x11-toolkits/libgnomeprintui/pkg-plist b/x11-toolkits/libgnomeprintui/pkg-plist index c89a4928adb1..fa1a680782f2 100644 --- a/x11-toolkits/libgnomeprintui/pkg-plist +++ b/x11-toolkits/libgnomeprintui/pkg-plist @@ -32,6 +32,7 @@ share/locale/el/LC_MESSAGES/libgnomeprintui-2.2.mo share/locale/es/LC_MESSAGES/libgnomeprintui-2.2.mo share/locale/et/LC_MESSAGES/libgnomeprintui-2.2.mo share/locale/eu/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/fa/LC_MESSAGES/libgnomeprintui-2.2.mo share/locale/fi/LC_MESSAGES/libgnomeprintui-2.2.mo share/locale/fr/LC_MESSAGES/libgnomeprintui-2.2.mo share/locale/ga/LC_MESSAGES/libgnomeprintui-2.2.mo @@ -40,8 +41,11 @@ share/locale/he/LC_MESSAGES/libgnomeprintui-2.2.mo share/locale/hi/LC_MESSAGES/libgnomeprintui-2.2.mo share/locale/hr/LC_MESSAGES/libgnomeprintui-2.2.mo share/locale/hu/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/id/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/is/LC_MESSAGES/libgnomeprintui-2.2.mo share/locale/it/LC_MESSAGES/libgnomeprintui-2.2.mo share/locale/ja/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/kn/LC_MESSAGES/libgnomeprintui-2.2.mo share/locale/ko/LC_MESSAGES/libgnomeprintui-2.2.mo share/locale/lt/LC_MESSAGES/libgnomeprintui-2.2.mo share/locale/lv/LC_MESSAGES/libgnomeprintui-2.2.mo |