diff options
author | bland <bland@FreeBSD.org> | 2003-12-04 14:30:03 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2003-12-04 14:30:03 +0800 |
commit | f1f31b433badfae5b91896dac3eabf87fb3e5ead (patch) | |
tree | 44f6ffaf06777e32afacc82e2e72c45d19025980 /print/gnomephotoprinter | |
parent | f309dab5555270cec171cffd6d106750660bf8e7 (diff) | |
download | freebsd-ports-gnome-f1f31b433badfae5b91896dac3eabf87fb3e5ead.tar.gz freebsd-ports-gnome-f1f31b433badfae5b91896dac3eabf87fb3e5ead.tar.zst freebsd-ports-gnome-f1f31b433badfae5b91896dac3eabf87fb3e5ead.zip |
Update to 0.6.3
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 |