From owner-freebsd-ports Wed May 29 15:12:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 85E0137B431 for ; Wed, 29 May 2002 15:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4TMA2L10281; Wed, 29 May 2002 15:10:02 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 6AC5B37B405 for ; Wed, 29 May 2002 15:08:14 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g4TM8EhG033561 for ; Wed, 29 May 2002 15:08:14 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4TM8Ekn033560; Wed, 29 May 2002 15:08:14 -0700 (PDT) Message-Id: <200205292208.g4TM8Ekn033560@www.freebsd.org> Date: Wed, 29 May 2002 15:08:14 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38711: Update port: graphics/sane-frontends to 1.0.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38711 >Category: ports >Synopsis: Update port: graphics/sane-frontends to 1.0.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 29 15:10:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.5-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.0.8 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/sane-frontends/Makefile graphics/sane-frontends/Makefile --- /usr/ports/graphics/sane-frontends/Makefile Sun Feb 10 10:10:39 2002 +++ graphics/sane-frontends/Makefile Wed May 29 21:07:07 2002 @@ -6,7 +6,7 @@ # PORTNAME= sane-frontends -PORTVERSION= 1.0.7 +PORTVERSION= 1.0.8 CATEGORIES= graphics MASTER_SITES= ftp://ftp.mostang.com/pub/sane/%SUBDIR%/ \ ftp://ftp.de.mostang.com/pub/sane/%SUBDIR%/ \ diff -urN /usr/ports/graphics/sane-frontends/distinfo graphics/sane-frontends/distinfo --- /usr/ports/graphics/sane-frontends/distinfo Sun Feb 10 10:10:39 2002 +++ graphics/sane-frontends/distinfo Thu May 30 00:36:27 2002 @@ -1 +1 @@ -MD5 (sane-frontends-1.0.7.tar.gz) = 058c924a766df70d339e8579f6916527 +MD5 (sane-frontends-1.0.8.tar.gz) = c6784144b87235e04709c5d3e3e79b05 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 Jul 3 22:18:01 2001 +++ graphics/sane-frontends/files/patch-src_Makefile.in Sat May 25 16:11:05 2002 @@ -1,17 +1,19 @@ ---- 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 @@ +--- 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) $(bindir) $(datadir) -+ $(MKDIR) $(bindir) $(sanedatadir) +- $(MKDIR) $(DESTDIR)$(bindir) $(DESTDIR)$(datadir) ++ $(MKDIR) $(DESTDIR)$(bindir) $(DESTDIR)$(sanedatadir) @for program in $(BINPROGS); do \ + echo installing $${program} in $(bindir)/$${program}... ; \ $(INSTALL_PROGRAM) $${program} \ - $(bindir)/$${program}; \ + $(DESTDIR)$(bindir)/$${program}; \ done -- $(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 \ +- $(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" in the body of the message