From tijl@kalimero.kotnet.org  Fri Aug 31 15:06:57 2007
Return-Path: <tijl@kalimero.kotnet.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D05EC16A421
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 31 Aug 2007 15:06:52 +0000 (UTC)
	(envelope-from tijl@kalimero.kotnet.org)
Received: from mailrelay010.isp.belgacom.be (mailrelay010.isp.belgacom.be [195.238.6.177])
	by mx1.freebsd.org (Postfix) with ESMTP id 6D87E13C45B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 31 Aug 2007 15:06:52 +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 mailrelay010.isp.belgacom.be with ESMTP; 31 Aug 2007 17:01:27 +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 l7VF1Ev3014271
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 31 Aug 2007 17:01:14 +0200 (CEST)
	(envelope-from tijl@kalimero.kotnet.org)
Received: (from root@localhost)
	by kalimero.kotnet.org (8.14.1/8.14.1/Submit) id l7VF1EjE014270;
	Fri, 31 Aug 2007 17:01:14 +0200 (CEST)
	(envelope-from tijl)
Message-Id: <200708311501.l7VF1EjE014270@kalimero.kotnet.org>
Date: Fri, 31 Aug 2007 17:01:14 +0200 (CEST)
From: Tijl Coosemans <tijl@ulyssis.org>
Reply-To: Tijl Coosemans <tijl@ulyssis.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [update] comms/tilp2: version 1.07
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         115973
>Category:       ports
>Synopsis:       [update] comms/tilp2: version 1.07
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    araujo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 31 15:10:02 GMT 2007
>Closed-Date:    Wed Sep 05 11:13:15 GMT 2007
>Last-Modified:  Wed Sep 05 11:13:15 GMT 2007
>Originator:     Tijl Coosemans
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
>Description:
port comms/tilp2 update to version 1.07
>How-To-Repeat:
>Fix:
--- tilp2.update begins here ---
diff -urN tilp2.orig/Makefile tilp2/Makefile
--- tilp2.orig/Makefile	2007-08-31 16:14:05.000000000 +0200
+++ tilp2/Makefile	2007-08-31 16:44:11.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	tilp2
-PORTVERSION=	1.02
+PORTVERSION=	1.07
 CATEGORIES=	comms
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	tilp
@@ -16,11 +16,9 @@
 
 BUILD_DEPENDS=	pkg-config:${PORTSDIR}/devel/pkg-config
 LIB_DEPENDS=	ticables2.1:${PORTSDIR}/comms/libticables2 \
-		tifiles2.3:${PORTSDIR}/devel/libtifiles2 \
-		ticalcs2.5:${PORTSDIR}/comms/libticalcs2 \
-		ticonv.2:${PORTSDIR}/converters/libticonv
-
-WRKSRC=		${WRKDIR}/${PORTNAME}-1.01
+		tifiles2.4:${PORTSDIR}/devel/libtifiles2 \
+		ticalcs2.6:${PORTSDIR}/comms/libticalcs2 \
+		ticonv.3:${PORTSDIR}/converters/libticonv
 
 USE_AUTOTOOLS=	libtool:15
 USE_GETTEXT=	yes
@@ -35,9 +33,10 @@
 PLIST_SUB=	NLS="@comment "
 .endif
 
+CONFIGURE_ARGS+=	--without-kde
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib -export-dynamic"
 
-MAN1=	tilp-2.1
+MAN1=	tilp.1
 
 .include <bsd.port.mk>
diff -urN tilp2.orig/distinfo tilp2/distinfo
--- tilp2.orig/distinfo	2007-08-31 16:14:05.000000000 +0200
+++ tilp2/distinfo	2007-08-31 16:16:25.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (tilp2-1.02.tar.gz) = f66739ee67a1bd0006a65f84d5acb8d3
-SHA256 (tilp2-1.02.tar.gz) = 29b8c31f4de7ae31d0dba8d553f54b0a3e38cf50849a68621d3c48165ac14228
-SIZE (tilp2-1.02.tar.gz) = 920572
+MD5 (tilp2-1.07.tar.gz) = b6507c0b034a69bda38087a6ea1b9c33
+SHA256 (tilp2-1.07.tar.gz) = 1d8b3cb440956698e60b9567f5b72c9deb3b2179c90a570b6182b301cebb3b82
+SIZE (tilp2-1.07.tar.gz) = 1012773
diff -urN tilp2.orig/pkg-plist tilp2/pkg-plist
--- tilp2.orig/pkg-plist	2007-08-31 16:14:05.000000000 +0200
+++ tilp2/pkg-plist	2007-08-31 16:29:15.000000000 +0200
@@ -1,5 +1,4 @@
 bin/tilp
-%%NLS%%share/locale/de/LC_MESSAGES/tilp2.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/tilp2.mo
 %%DATADIR%%/COPYING
 %%DATADIR%%/Manpage.txt
@@ -64,6 +63,7 @@
 %%DATADIR%%/help/tb_calc_send.png
 %%DATADIR%%/help/tilp.png
 %%DATADIR%%/help/tilp2.png
+%%DATADIR%%/help/usb_driver.html
 %%DATADIR%%/icons/App_Var.ico
 %%DATADIR%%/icons/Application.ico
 %%DATADIR%%/icons/Asm_Program.ico
--- tilp2.update ends here ---
>Release-Note:
>Audit-Trail:

From: Tijl Coosemans <tijl@ulyssis.org>
To: bug-followup@freebsd.org, tijl@ulyssis.org
Cc:  
Subject: Re: ports/115973: [update] comms/tilp2: version 1.07
Date: Fri, 31 Aug 2007 17:50:54 +0200

 There's one USE_GETTEXT too many in the Makefile:
 
 --- tilp2.patch begins here ---
 --- Makefile.orig	2007-08-31 17:44:10.000000000 +0200
 +++ Makefile	2007-08-31 17:44:24.000000000 +0200
 @@ -21,7 +21,6 @@
  		ticonv.3:${PORTSDIR}/converters/libticonv
  
  USE_AUTOTOOLS=	libtool:15
 -USE_GETTEXT=	yes
  USE_GMAKE=	yes
  USE_GNOME=	gtk20 libglade2
  
 --- tilp2.patch ends here ---
Responsible-Changed-From-To: freebsd-ports-bugs->araujo 
Responsible-Changed-By: araujo 
Responsible-Changed-When: Sun Sep 2 00:37:53 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115973 
State-Changed-From-To: open->feedback 
State-Changed-By: araujo 
State-Changed-When: Sun Sep 2 12:26:20 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115973 
State-Changed-From-To: feedback->open 
State-Changed-By: araujo 
State-Changed-When: Sun Sep 2 12:48:06 UTC 2007 
State-Changed-Why:  
Fix category (submitter is maintainer). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115973 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/115973: commit references a PR
Date: Wed,  5 Sep 2007 11:09:38 +0000 (UTC)

 araujo      2007-09-05 11:09:33 UTC
 
   FreeBSD ports repository
 
   Modified files:
     comms/tilp2          Makefile distinfo pkg-plist 
   Log:
   - Update to 1.07.
   
   PR:             ports/115973
   Submitted by:   Tijl Coosemans <tijl@ulyssis.org> (maintainer)
   Approved by:    stas (mentor)
   
   Revision  Changes    Path
   1.6       +6 -7      ports/comms/tilp2/Makefile
   1.4       +3 -3      ports/comms/tilp2/distinfo
   1.3       +1 -1      ports/comms/tilp2/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: araujo 
State-Changed-When: Wed Sep 5 11:13:14 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115973 
>Unformatted:
