Update to gutenprint-5.2.9.

This commit is contained in:
ajacoutot 2012-10-13 08:24:52 +00:00
parent 7f6fa2fdfd
commit 4315bfae9a
5 changed files with 19 additions and 24 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.30 2012/09/01 21:44:49 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.31 2012/10/13 08:24:52 ajacoutot Exp $
COMMENT-main= high quality print drivers
COMMENT-foomatic= Foomatic data for gutenprint drivers
@ -6,13 +6,11 @@ COMMENT-foomatic= Foomatic data for gutenprint drivers
# XXX On major update:
# update the gutenprint-ijs.X.X substitution in print/foomatic-db + bump
# update the example in print/foomatic-db-engine README + bump
V= 5.2.8
V= 5.2.9
DISTNAME= gutenprint-${V}
PKGNAME-main= ${DISTNAME}
PKGNAME-foomatic= foomatic-db-${DISTNAME}
REVISION-foomatic= 0
MAJOR_V= ${V:C/^([0-9]+\.[0-9]+).*/\1/}
SUBST_VARS= MAJOR_V

View File

@ -1,5 +1,2 @@
MD5 (gutenprint-5.2.8.tar.bz2) = XtZMD5lCRYUtqOn6ahNwYA==
RMD160 (gutenprint-5.2.8.tar.bz2) = TG8UuKQ92VGTtAdIV8Q8YajmLnk=
SHA1 (gutenprint-5.2.8.tar.bz2) = WUiRmgB31BG4lmnNRaKAp/b5AYY=
SHA256 (gutenprint-5.2.8.tar.bz2) = jLnStN2i0zsiHyHI4UU66tXjeWahlMWkc3NdEs3ByOA=
SIZE (gutenprint-5.2.8.tar.bz2) = 5691472
SHA256 (gutenprint-5.2.9.tar.bz2) = Syfk8G8y0wJx34nstgibsRvPLK7F9gsJCeCDCVNUvKA=
SIZE (gutenprint-5.2.9.tar.bz2) = 5720450

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.5 2012/06/13 16:04:56 ajacoutot Exp $
--- configure.orig Fri Jun 8 02:53:33 2012
+++ configure Wed Jun 13 17:46:18 2012
@@ -12842,12 +12842,11 @@ else
$OpenBSD: patch-configure,v 1.6 2012/10/13 08:24:52 ajacoutot Exp $
--- configure.orig Sat Jul 7 17:36:20 2012
+++ configure Sat Oct 13 10:03:59 2012
@@ -12841,12 +12841,11 @@ else
#include <libintl.h>
$gt_revision_test_code
extern int _nl_msg_cat_cntr;
@ -15,7 +15,7 @@ $OpenBSD: patch-configure,v 1.5 2012/06/13 16:04:56 ajacoutot Exp $
;
return 0;
}
@@ -17539,7 +17538,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$
@@ -17538,7 +17537,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$
else

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-doc_Makefile_in,v 1.5 2012/06/13 16:04:56 ajacoutot Exp $
--- doc/Makefile.in.orig Fri Jun 8 02:53:28 2012
+++ doc/Makefile.in Wed Jun 13 17:46:18 2012
@@ -276,7 +276,7 @@ cups_prefix = @cups_prefix@
$OpenBSD: patch-doc_Makefile_in,v 1.6 2012/10/13 08:24:52 ajacoutot Exp $
--- doc/Makefile.in.orig Sat Jul 7 17:36:18 2012
+++ doc/Makefile.in Sat Oct 13 10:03:59 2012
@@ -277,7 +277,7 @@ cups_prefix = @cups_prefix@
cups_sbindir = @cups_sbindir@
datadir = @datadir@
datarootdir = @datarootdir@
@ -10,7 +10,7 @@ $OpenBSD: patch-doc_Makefile_in,v 1.5 2012/06/13 16:04:56 ajacoutot Exp $
dvidir = @dvidir@
exec_prefix = @exec_prefix@
gimp2_plug_indir = @gimp2_plug_indir@
@@ -729,7 +729,6 @@ html:
@@ -730,7 +730,6 @@ html:
install-data-local: FAQ.html gutenprint-users-manual.odt gutenprint-users-manual.pdf
$(mkdir_p) $(DESTDIR)$(docdir)
$(INSTALL_DATA) $(srcdir)/FAQ.html $(DESTDIR)$(docdir)

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-doc_developer_Makefile_in,v 1.5 2012/06/13 16:04:56 ajacoutot Exp $
--- doc/developer/Makefile.in.orig Fri Jun 8 02:53:28 2012
+++ doc/developer/Makefile.in Wed Jun 13 17:46:18 2012
@@ -580,11 +580,11 @@ html-stamp: $(MANUAL_SRC_FILES)
$OpenBSD: patch-doc_developer_Makefile_in,v 1.6 2012/10/13 08:24:52 ajacoutot Exp $
--- doc/developer/Makefile.in.orig Sat Jul 7 17:36:18 2012
+++ doc/developer/Makefile.in Sat Oct 13 10:03:59 2012
@@ -581,11 +581,11 @@ html-stamp: $(MANUAL_SRC_FILES)
install-data-local: $(STANDARD_TARGETS)
if test -n '$(STANDARD_TARGETS)' ; then \
@ -16,7 +16,7 @@ $OpenBSD: patch-doc_developer_Makefile_in,v 1.5 2012/06/13 16:04:56 ajacoutot Ex
fi ; \
if test -d $(HTMLDIR) ; then \
HTMLGENDIR="$(HTMLDIR)" ; \
@@ -595,7 +595,7 @@ install-data-local: $(STANDARD_TARGETS)
@@ -596,7 +596,7 @@ install-data-local: $(STANDARD_TARGETS)
fi ; \
for file in $$HTMLGENDIR/*.html $$HTMLGENDIR/*.css ; do \
if test -f $$file ; then \