mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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
4 changed files with 15 additions and 15 deletions
|
@ -6,12 +6,12 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= sane-frontends
|
PORTNAME= sane-frontends
|
||||||
PORTVERSION= 1.0.4
|
PORTVERSION= 1.0.5
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= ftp://ftp.mostang.com/pub/sane/ \
|
MASTER_SITES= ftp://ftp.mostang.com/pub/sane/%SUBDIR%/ \
|
||||||
ftp://ftp.de.mostang.com/pub/sane/ \
|
ftp://ftp.de.mostang.com/pub/sane/%SUBDIR%/ \
|
||||||
ftp://ftp.no.mostang.com/pub/sane/
|
ftp://ftp.no.mostang.com/pub/sane/%SUBDIR%/
|
||||||
|
MASTER_SITE_SUBDIR= sane-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
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.orig Tue May 29 07:16:55 2001
|
||||||
+++ src/Makefile.in Wed Feb 7 00:14:03 2001
|
+++ src/Makefile.in Mon Jul 2 22:12:55 2001
|
||||||
@@ -59,12 +59,12 @@
|
@@ -65,12 +65,12 @@
|
||||||
all: $(PROGRAMS)
|
echo "*** maybe the GTK libraries weren't found?" ; \
|
||||||
|
exit 1 ; \
|
||||||
install: $(PROGRAMS)
|
fi
|
||||||
- $(MKDIR) $(bindir) $(datadir)
|
- $(MKDIR) $(bindir) $(datadir)
|
||||||
+ $(MKDIR) $(bindir) $(sanedatadir)
|
+ $(MKDIR) $(bindir) $(sanedatadir)
|
||||||
@for program in $(BINPROGS); do \
|
@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 $(datadir)/sane-style.rc
|
||||||
+ $(INSTALL_DATA) $(srcdir)/sane-style.rc $(sanedatadir)/sane-style.rc
|
+ $(INSTALL_DATA) $(srcdir)/sane-style.rc $(sanedatadir)/sane-style.rc
|
||||||
|
|
||||||
xscanimage: $(XSCAN_OBJS) $(LIBSANEI) $(LIBLIB)
|
uninstall:
|
||||||
$(LINK) $(XSCAN_OBJS) $(LIBSANEI) \
|
@for program in $(BINPROGS); do \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Congratulations, SANE-FRONTENDS is now installed.
|
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:
|
xscanimage as a GIMP plug-in. To do this, type:
|
||||||
|
|
||||||
ln -sf /usr/local/bin/xscanimage ~/.gimp-1.2/plug-ins/xscanimage
|
ln -sf /usr/local/bin/xscanimage ~/.gimp-1.2/plug-ins/xscanimage
|
||||||
|
|
Loading…
Add table
Reference in a new issue