diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-11-26 09:12:47 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-11-26 09:12:47 +0000 |
commit | 48b7dcec7a8351ad9053db884785b51e0c077a54 (patch) | |
tree | 9256dbdb10aa776e4bbf6b22c4f7fc4efb9429b0 /print | |
parent | Upgrade to 1.3.11-RC1. This fixes bidwatcher to work with the latest (diff) |
Source tarball rerolled.
Reported by: bento
Diffstat (limited to '')
-rw-r--r-- | print/gnomephotoprinter/Makefile | 1 | ||||
-rw-r--r-- | print/gnomephotoprinter/distinfo | 2 | ||||
-rw-r--r-- | print/gnomephotoprinter/files/patch-glade::Makefile.in | 15 |
3 files changed, 17 insertions, 1 deletions
diff --git a/print/gnomephotoprinter/Makefile b/print/gnomephotoprinter/Makefile index 337202937cc5..1b6b7230e292 100644 --- a/print/gnomephotoprinter/Makefile +++ b/print/gnomephotoprinter/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomephotoprinter PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= print gnome MASTER_SITES= http://www.fogman.de/gpp/ DISTNAME= gpp-${PORTVERSION} diff --git a/print/gnomephotoprinter/distinfo b/print/gnomephotoprinter/distinfo index 2d993ee9725e..96dc1889a650 100644 --- a/print/gnomephotoprinter/distinfo +++ b/print/gnomephotoprinter/distinfo @@ -1 +1 @@ -MD5 (gnome2/gpp-0.6.tgz) = 7ab474b9a64f72d49e668117e9262ba6 +MD5 (gnome2/gpp-0.6.tgz) = 66fc7ba9f74fc919058683093d0b91fa diff --git a/print/gnomephotoprinter/files/patch-glade::Makefile.in b/print/gnomephotoprinter/files/patch-glade::Makefile.in new file mode 100644 index 000000000000..8efc47e507e8 --- /dev/null +++ b/print/gnomephotoprinter/files/patch-glade::Makefile.in @@ -0,0 +1,15 @@ +--- glade/Makefile.in.orig Wed Nov 26 17:59:38 2003 ++++ glade/Makefile.in Wed Nov 26 18:00:19 2003 +@@ -80,10 +80,10 @@ + am__include = @am__include@ + am__quote = @am__quote@ + install_sh = @install_sh@ +-glade_DATA = gpp.glade gpp.gladep ++glade_DATA = gpp.glade + gladedir = @GPP_DATADIR@ + +-EXTRA_DIST = $(glade_DATA) ++EXTRA_DIST = $(glade_DATA) gpp.gladep + subdir = glade + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = $(top_builddir)/config.h |