pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/ifp-line Update to ifp-line-0.2.4.3. Relevent c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af1133de2f14
branches:  trunk
changeset: 477955:af1133de2f14
user:      sekiya <sekiya%pkgsrc.org@localhost>
date:      Tue Jul 13 11:34:58 2004 +0000

description:
Update to ifp-line-0.2.4.3.  Relevent changes from 0.2.4:

    * Fix upload bug
    * Fix "ls" bug for ifp-8xx.
    * Fix "mkdir" and "rmdir" bug.
    * Added support for iFP-7XX and iFP-8XX by Joseph Roback<joe%roback.cc@localhost>.
    * 7XX and 8XX series can download any file, change behavior of "download".
    * Change behavior of "ls"("ls" is same as "ls /").

diffstat:

 audio/ifp-line/Makefile         |   4 ++--
 audio/ifp-line/distinfo         |   8 ++++----
 audio/ifp-line/patches/patch-aa |  11 +++++------
 3 files changed, 11 insertions(+), 12 deletions(-)

diffs (48 lines):

diff -r 6c74dab66c3c -r af1133de2f14 audio/ifp-line/Makefile
--- a/audio/ifp-line/Makefile   Tue Jul 13 11:25:58 2004 +0000
+++ b/audio/ifp-line/Makefile   Tue Jul 13 11:34:58 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2004/05/22 09:31:03 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2004/07/13 11:34:58 sekiya Exp $
 
-DISTNAME=              ifp-line-0.2.4
+DISTNAME=              ifp-line-0.2.4.3
 CATEGORIES=            audio
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=ifp-driver/}
 
diff -r 6c74dab66c3c -r af1133de2f14 audio/ifp-line/distinfo
--- a/audio/ifp-line/distinfo   Tue Jul 13 11:25:58 2004 +0000
+++ b/audio/ifp-line/distinfo   Tue Jul 13 11:34:58 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2004/05/22 09:30:45 wiz Exp $
+$NetBSD: distinfo,v 1.3 2004/07/13 11:34:59 sekiya Exp $
 
-SHA1 (ifp-line-0.2.4.tar.gz) = 59757dad93662d93c14a557448c868044926fd2e
-Size (ifp-line-0.2.4.tar.gz) = 20214 bytes
-SHA1 (patch-aa) = 04423ad7ea31000c91cd86d924cc5c607c442a10
+SHA1 (ifp-line-0.2.4.3.tar.gz) = da23e9af60aa926a39e327900d5e51706eb13a67
+Size (ifp-line-0.2.4.3.tar.gz) = 23798 bytes
+SHA1 (patch-aa) = bda8ae4f69491aab5f0f07e736a1f60a7df89cae
diff -r 6c74dab66c3c -r af1133de2f14 audio/ifp-line/patches/patch-aa
--- a/audio/ifp-line/patches/patch-aa   Tue Jul 13 11:25:58 2004 +0000
+++ b/audio/ifp-line/patches/patch-aa   Tue Jul 13 11:34:58 2004 +0000
@@ -1,14 +1,13 @@
-$NetBSD: patch-aa,v 1.4 2004/05/22 09:30:45 wiz Exp $
-
---- Makefile.orig      2004-01-09 06:09:37.000000000 +0100
-+++ Makefile
-@@ -2,6 +2,6 @@
+--- Makefile.orig      2004-07-13 20:28:31.000000000 +0900
++++ Makefile   2004-07-13 20:29:06.000000000 +0900
+@@ -2,7 +2,7 @@
  
 -CFLAGS        = `libusb-config --cflags` -Wall -g
 +CFLAGS        = `libusb-config --cflags` -Wall -O2
  LDFLAGS       = `libusb-config --libs`
 -PREFIX        ?= /usr/local
++PREFIX        ?= $(LOCALBASE)
+ MANDIR        ?= ${PREFIX}/man/man1
 -INSTALL       ?= /usr/bin/install
-+PREFIX        ?= $(LOCALBASE)
 +INSTALL       ?= install
  



Home | Main Index | Thread Index | Old Index