aboutsummaryrefslogtreecommitdiff
path: root/graphics/sane-frontends
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-07-03 13:18:01 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-07-03 13:18:01 +0000
commitf7c24f7087d26fbb0768f06d7fef06e341e42b8d (patch)
tree871cbdb28397b89f8d3eb79e0ab134f261e178c8 /graphics/sane-frontends
parent61dd23d81d6a32228161c1d443c6fa48f59bbbba (diff)
downloadports-f7c24f7087d26fbb0768f06d7fef06e341e42b8d.tar.gz
ports-f7c24f7087d26fbb0768f06d7fef06e341e42b8d.zip
Notes
Diffstat (limited to 'graphics/sane-frontends')
-rw-r--r--graphics/sane-frontends/Makefile10
-rw-r--r--graphics/sane-frontends/distinfo2
-rw-r--r--graphics/sane-frontends/files/patch-src_Makefile.in16
-rw-r--r--graphics/sane-frontends/pkg-message2
4 files changed, 15 insertions, 15 deletions
diff --git a/graphics/sane-frontends/Makefile b/graphics/sane-frontends/Makefile
index cca3ba7b77d6..25b5b01382df 100644
--- a/graphics/sane-frontends/Makefile
+++ b/graphics/sane-frontends/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= sane-frontends
-PORTVERSION= 1.0.4
-PORTREVISION= 1
+PORTVERSION= 1.0.5
CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.mostang.com/pub/sane/ \
- ftp://ftp.de.mostang.com/pub/sane/ \
- ftp://ftp.no.mostang.com/pub/sane/
+MASTER_SITES= ftp://ftp.mostang.com/pub/sane/%SUBDIR%/ \
+ ftp://ftp.de.mostang.com/pub/sane/%SUBDIR%/ \
+ ftp://ftp.no.mostang.com/pub/sane/%SUBDIR%/
+MASTER_SITE_SUBDIR= sane-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
diff --git a/graphics/sane-frontends/distinfo b/graphics/sane-frontends/distinfo
index 6f80721c1812..694a29017a09 100644
--- a/graphics/sane-frontends/distinfo
+++ b/graphics/sane-frontends/distinfo
@@ -1 +1 @@
-MD5 (sane-frontends-1.0.4.tar.gz) = f8d1d0afba88f1d1604c67e14738b74d
+MD5 (sane-frontends-1.0.5.tar.gz) = e4fd24b671d2d95fadef05660dbb1759
diff --git a/graphics/sane-frontends/files/patch-src_Makefile.in b/graphics/sane-frontends/files/patch-src_Makefile.in
index 6aefce3cb2ec..916b647b034f 100644
--- a/graphics/sane-frontends/files/patch-src_Makefile.in
+++ b/graphics/sane-frontends/files/patch-src_Makefile.in
@@ -1,9 +1,9 @@
---- src/Makefile.in.orig Fri Dec 1 04:58:38 2000
-+++ src/Makefile.in Wed Feb 7 00:14:03 2001
-@@ -59,12 +59,12 @@
- all: $(PROGRAMS)
-
- install: $(PROGRAMS)
+--- src/Makefile.in.orig Tue May 29 07:16:55 2001
++++ src/Makefile.in Mon Jul 2 22:12:55 2001
+@@ -65,12 +65,12 @@
+ echo "*** maybe the GTK libraries weren't found?" ; \
+ exit 1 ; \
+ fi
- $(MKDIR) $(bindir) $(datadir)
+ $(MKDIR) $(bindir) $(sanedatadir)
@for program in $(BINPROGS); do \
@@ -13,5 +13,5 @@
- $(INSTALL_DATA) $(srcdir)/sane-style.rc $(datadir)/sane-style.rc
+ $(INSTALL_DATA) $(srcdir)/sane-style.rc $(sanedatadir)/sane-style.rc
- xscanimage: $(XSCAN_OBJS) $(LIBSANEI) $(LIBLIB)
- $(LINK) $(XSCAN_OBJS) $(LIBSANEI) \
+ uninstall:
+ @for program in $(BINPROGS); do \
diff --git a/graphics/sane-frontends/pkg-message b/graphics/sane-frontends/pkg-message
index db280333638c..061daa48e274 100644
--- a/graphics/sane-frontends/pkg-message
+++ b/graphics/sane-frontends/pkg-message
@@ -1,6 +1,6 @@
Congratulations, SANE-FRONTENDS is now installed.
-If you built it with GIMP packages/ports installed, you can use
+If you built it with WITH_GIMP set to yes, you can use
xscanimage as a GIMP plug-in. To do this, type:
ln -sf /usr/local/bin/xscanimage ~/.gimp-1.2/plug-ins/xscanimage