ports/55520: MAINTAINER update of s10sh port to 0.2.1 [PATCH]

John Reynolds johnjen at reynoldsnet.org
Wed Aug 13 05:20:18 UTC 2003


>Number:         55520
>Category:       ports
>Synopsis:       MAINTAINER update of s10sh port to 0.2.1 [PATCH]
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 12 22:20:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     John Reynolds
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:

System: FreeBSD whale 4.8-STABLE FreeBSD 4.8-STABLE #0: Wed Apr 23 17:33:56 MST
2003 root at dolphin:/usr/obj/usr/src/sys/WHALE i386

>Description:

The s10sh port needs to be rev'ed. I am assuming maintenance of the code as the
original author has fallen off the planet and will not respond to e-mails.

The attached patch bumps things to 0.2.1.

>How-To-Repeat:

 n/a

>Fix:

NOTE TO COMMITTER RESPONDING TO THIS: The files in CVS called

 files/patch-usb.c
 files/patch-usb.h

need to be moved to the Attic (or whatever procedure is used). They are NOT
needed and should not be a part of the port now as the patches have been rolled
into the 0.2.1 version of the software. Also PR ports/54743 can be closed as
this release takes care of the problem.

patch in /usr/ports/graphics

diff -urN s10sh.orig/Makefile s10sh/Makefile
--- s10sh.orig/Makefile	Mon Aug 11 22:23:34 2003
+++ s10sh/Makefile	Tue Aug 12 22:14:13 2003
@@ -6,26 +6,24 @@
 #
 
 PORTNAME=	s10sh
-PORTVERSION=	0.2.0
-PORTREVISION=   3
+PORTVERSION=	0.2.1
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.reynoldsnet.org/s10sh/ \
-		http://www.edwinh.org/s10sh/ \
-		http://www.kyuzz.org/antirez/s10sh-src/
+		http://www.edwinh.org/s10sh/
 
 MAINTAINER=	johnjen at reynoldsnet.org
 COMMENT=	USB/serial userspace driver for the Canon PowerShot digital cameras
 
-# Don't extract the libusb bundled with s10sh:
-EXTRACT_AFTER_ARGS=     | ${TAR} -xf - --exclude '*/libusb*'
-
-MAKEFILE=	${FILESDIR}/Makefile.bsd
-
 .if defined(NOUSB) || defined(WITHOUT_USB)
 MAKE_ENV+=	WITHOUT_USB=YES
 .else
 LIB_DEPENDS=	usb-0.1.7:${PORTSDIR}/devel/libusb
 .endif
+
+# Don't extract the libusb bundled with s10sh:
+EXTRACT_AFTER_ARGS=     | ${TAR} -xf - --exclude '*/libusb*'
+
+MAKEFILE=	${FILESDIR}/Makefile.bsd
 
 .if !defined(NOPORTDOCS)
 post-install:
diff -urN s10sh.orig/distinfo s10sh/distinfo
--- s10sh.orig/distinfo	Mon Aug 11 22:23:34 2003
+++ s10sh/distinfo	Tue Aug 12 21:44:01 2003
@@ -1 +1 @@
-MD5 (s10sh-0.2.0.tar.gz) = 7792756ccb941baa87b3624d1a4bbe92
+MD5 (s10sh-0.2.1.tar.gz) = d16ae61c435890f64224745e5d023d32
diff -urN s10sh.orig/pkg-descr s10sh/pkg-descr
--- s10sh.orig/pkg-descr	Mon Aug 11 22:23:34 2003
+++ s10sh/pkg-descr	Tue Aug 12 22:13:38 2003
@@ -13,7 +13,12 @@
       A50 (serial only, supported with problems) 
       Pro70 (serial only, supported with problems) 
 
+Other models are reported to work as well: Elph S400, Digital Ixus V3, S30,
+A60, EOS-10D.
+
 With the release of libusb 0.1.3b (http://sourceforge.net/projects/libusb/),
 S10sh gained USB support under FreeBSD.
 
-WWW: http://www.kyuzz.org/antirez/s10sh.html
+The original author's web page is http://www.kyuzz.org/antirez/s10sh.html
+
+WWW: http://www.reynoldsnet.org/s10sh/
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list