Update to version 1.0.5
PR: 28650 Submitted by: MAINTAINER
This commit is contained in:
parent
61dd23d81d
commit
f7c24f7087
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44704
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (sane-frontends-1.0.4.tar.gz) = f8d1d0afba88f1d1604c67e14738b74d
|
||||
MD5 (sane-frontends-1.0.5.tar.gz) = e4fd24b671d2d95fadef05660dbb1759
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user