diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-12-04 06:30:03 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-12-04 06:30:03 +0000 |
commit | 73e22081c1bb5252f10b5a92bac602917d7bf3bf (patch) | |
tree | 5e390f0792e8176b7cbca106549a298947528255 /print/gnomephotoprinter | |
parent | f7b42b26e418d95946277b65108b4872f3c805a5 (diff) | |
download | ports-73e22081c1bb5252f10b5a92bac602917d7bf3bf.tar.gz ports-73e22081c1bb5252f10b5a92bac602917d7bf3bf.zip |
Notes
Diffstat (limited to 'print/gnomephotoprinter')
-rw-r--r-- | print/gnomephotoprinter/Makefile | 4 | ||||
-rw-r--r-- | print/gnomephotoprinter/distinfo | 2 | ||||
-rw-r--r-- | print/gnomephotoprinter/files/patch-glade::Makefile.in | 15 |
3 files changed, 2 insertions, 19 deletions
diff --git a/print/gnomephotoprinter/Makefile b/print/gnomephotoprinter/Makefile index 1b6b7230e292..c391427fb047 100644 --- a/print/gnomephotoprinter/Makefile +++ b/print/gnomephotoprinter/Makefile @@ -6,12 +6,10 @@ # PORTNAME= gnomephotoprinter -PORTVERSION= 0.6 -PORTREVISION= 1 +PORTVERSION= 0.6.3 CATEGORIES= print gnome MASTER_SITES= http://www.fogman.de/gpp/ DISTNAME= gpp-${PORTVERSION} -EXTRACT_SUFX= .tgz DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org diff --git a/print/gnomephotoprinter/distinfo b/print/gnomephotoprinter/distinfo index 96dc1889a650..33500edf7e5b 100644 --- a/print/gnomephotoprinter/distinfo +++ b/print/gnomephotoprinter/distinfo @@ -1 +1 @@ -MD5 (gnome2/gpp-0.6.tgz) = 66fc7ba9f74fc919058683093d0b91fa +MD5 (gnome2/gpp-0.6.3.tar.gz) = 5abf0e96d9997ed7cbe362b8fa10230f diff --git a/print/gnomephotoprinter/files/patch-glade::Makefile.in b/print/gnomephotoprinter/files/patch-glade::Makefile.in deleted file mode 100644 index 8efc47e507e8..000000000000 --- a/print/gnomephotoprinter/files/patch-glade::Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- 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 |