From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 31 15:00:05 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD9B816A46C for ; Fri, 31 Aug 2007 15:00:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B723713C4A8 for ; Fri, 31 Aug 2007 15:00:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7VF05d9028845 for ; Fri, 31 Aug 2007 15:00:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7VF05jV028839; Fri, 31 Aug 2007 15:00:05 GMT (envelope-from gnats) Resent-Date: Fri, 31 Aug 2007 15:00:05 GMT Resent-Message-Id: <200708311500.l7VF05jV028839@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tijl Coosemans Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 738AB16A419 for ; Fri, 31 Aug 2007 14:53:11 +0000 (UTC) (envelope-from tijl@kalimero.kotnet.org) Received: from mailrelay003.isp.belgacom.be (mailrelay003.isp.belgacom.be [195.238.6.53]) by mx1.freebsd.org (Postfix) with ESMTP id 0DFA313C46C for ; Fri, 31 Aug 2007 14:53:10 +0000 (UTC) (envelope-from tijl@kalimero.kotnet.org) Received: from 238.217-244-81.adsl-dyn.isp.belgacom.be (HELO kalimero.kotnet.org) ([81.244.217.238]) by mailrelay003.isp.belgacom.be with ESMTP; 31 Aug 2007 16:52:03 +0200 Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.14.1/8.14.1) with ESMTP id l7VEojeu013857 for ; Fri, 31 Aug 2007 16:50:45 +0200 (CEST) (envelope-from tijl@kalimero.kotnet.org) Received: (from root@localhost) by kalimero.kotnet.org (8.14.1/8.14.1/Submit) id l7VEojZM013856; Fri, 31 Aug 2007 16:50:45 +0200 (CEST) (envelope-from tijl) Message-Id: <200708311450.l7VEojZM013856@kalimero.kotnet.org> Date: Fri, 31 Aug 2007 16:50:45 +0200 (CEST) From: Tijl Coosemans To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/115970: [update] comms/libticables2: version 1.0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tijl Coosemans List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2007 15:00:05 -0000 >Number: 115970 >Category: ports >Synopsis: [update] comms/libticables2: version 1.0.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Aug 31 15:00:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Tijl Coosemans >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: >Description: port comms/libticables2 update to version 1.0.8 >How-To-Repeat: >Fix: --- libticables2.update begins here --- diff -urN libticables2.orig/Makefile libticables2/Makefile --- libticables2.orig/Makefile 2007-08-31 14:25:34.000000000 +0200 +++ libticables2/Makefile 2007-08-31 15:26:31.000000000 +0200 @@ -6,10 +6,11 @@ # PORTNAME= libticables2 -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.8 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gtktiemu +MASTER_SITE_SUBDIR= tilp +DISTFILES= tilibs2-20070829${EXTRACT_SUFX} MAINTAINER= tijl@ulyssis.org COMMENT= TI calculator link cables library @@ -17,7 +18,6 @@ LIB_DEPENDS= usb-0.1.8:${PORTSDIR}/devel/libusb USE_AUTOTOOLS= libtool:15 -USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= glib20 gnomehack pkgconfig USE_LDCONFIG= yes @@ -33,4 +33,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"\ LDFLAGS="-L${LOCALBASE}/lib" -.include +.include + +post-extract: + @cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${WRKDIR}/tilibs2/${DISTNAME}${EXTRACT_SUFX} ${EXTRACT_AFTER_ARGS} + +post-patch: + @${REINPLACE_CMD} 's/linux_check_libusb/bsd_check_libusb/' ${WRKSRC}/src/linux/link_slv.c + +.include diff -urN libticables2.orig/distinfo libticables2/distinfo --- libticables2.orig/distinfo 2007-08-31 14:25:34.000000000 +0200 +++ libticables2/distinfo 2007-08-31 14:44:49.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (libticables2-1.0.5.tar.bz2) = 9eb6e91764e0de32a48edfe0878e0f87 -SHA256 (libticables2-1.0.5.tar.bz2) = 43a7cbf424ceed8c5d0b1e25bb80da3b9d5c654c380a857b0990e96656ed3775 -SIZE (libticables2-1.0.5.tar.bz2) = 506274 +MD5 (tilibs2-20070829.tar.gz) = 6acaccfc29c241f4be899cc08d7cee3d +SHA256 (tilibs2-20070829.tar.gz) = a9228570789980620aa2570fb3c46f536934f4b834701480e9d33b31284f3461 +SIZE (tilibs2-20070829.tar.gz) = 2080155 --- libticables2.update ends here --- >Release-Note: >Audit-Trail: >Unformatted: