Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2003 00:30:35 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48151: Update port: graphics/sane-frontends to 1.0.10 (fix ports/48044)
Message-ID:  <20030211003035.7e97ffde.tkato@prontomail.com>

next in thread | raw e-mail | index | archive | help

>Number:         48151
>Category:       ports
>Synopsis:       Update port: graphics/sane-frontends to 1.0.10 (fix ports/48044)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 10 07:40:08 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.7-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Update to version 1.0.10

Remove file:
files/patch-src_Makefile.in

Following PRs should be superseded by this one:
[2003/02/07] ports/48044  ports-bugs  Update port: graphics/sane-frontends to 1.0.10

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/sane-frontends/Makefile graphics/sane-frontends/Makefile
--- /usr/ports/graphics/sane-frontends/Makefile	Mon Nov 11 18:59:52 2002
+++ graphics/sane-frontends/Makefile	Mon Feb 10 20:04:50 2003
@@ -6,12 +6,12 @@
 #
 
 PORTNAME=	sane-frontends
-PORTVERSION=	1.0.9
+PORTVERSION=	1.0.10
 CATEGORIES=	graphics
 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}
+MASTER_SITE_SUBDIR=	${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 
diff -urN /usr/ports/graphics/sane-frontends/distinfo graphics/sane-frontends/distinfo
--- /usr/ports/graphics/sane-frontends/distinfo	Sat Oct 26 06:13:40 2002
+++ graphics/sane-frontends/distinfo	Wed Feb  5 00:30:21 2003
@@ -1 +1 @@
-MD5 (sane-frontends-1.0.9.tar.gz) = 953fcd79ce2b074303c9b0ffb58e70bd
+MD5 (sane-frontends-1.0.10.tar.gz) = a7de89c3e67495e8a38ca63b2ff693c4
diff -urN /usr/ports/graphics/sane-frontends/files/patch-src_Makefile.in graphics/sane-frontends/files/patch-src_Makefile.in
--- /usr/ports/graphics/sane-frontends/files/patch-src_Makefile.in	Tue Sep 10 20:12:48 2002
+++ graphics/sane-frontends/files/patch-src_Makefile.in	Thu Jan  1 09:00:00 1970
@@ -1,19 +0,0 @@
---- src/Makefile.in.orig	Sun Mar 31 07:18:50 2002
-+++ src/Makefile.in	Sat May 25 16:10:57 2002
-@@ -76,14 +76,14 @@
- 	  echo "*** maybe the GTK libraries weren't found?" ; \
- 	  exit 1 ; \
- 	fi
--	$(MKDIR) $(DESTDIR)$(bindir) $(DESTDIR)$(datadir)
-+	$(MKDIR) $(DESTDIR)$(bindir) $(DESTDIR)$(sanedatadir)
- 	@for program in $(BINPROGS); do \
- 	  echo installing $${program} in $(bindir)/$${program}... ; \
- 	  $(INSTALL_PROGRAM) $${program} \
- 	    $(DESTDIR)$(bindir)/$${program}; \
- 	done
- 	$(INSTALL_DATA) $(srcdir)/sane-style.rc \
--          $(DESTDIR)$(datadir)/sane-style.rc
-+          $(DESTDIR)$(sanedatadir)/sane-style.rc
- 
- uninstall:
- 	@for program in $(BINPROGS); do \
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030211003035.7e97ffde.tkato>