Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jun 2011 15:12:22 +0200 (CEST)
From:      Tijl Coosemans <tijl@coosemans.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/157838: [patch] comms/tilp2: update to 1.15
Message-ID:  <201106131312.p5DDCMZo053503@kalimero.tijl.coosemans.org>
Resent-Message-ID: <201106131320.p5DDK5K4019266@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         157838
>Category:       ports
>Synopsis:       [patch] comms/tilp2: update to 1.15
>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:   Mon Jun 13 13:20:05 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Tijl Coosemans
>Release:        FreeBSD 9.0-CURRENT i386
>Organization:
>Environment:
>Description:
- Update to 1.15
- Fix portlint error about CPPFLAGS
>How-To-Repeat:
>Fix:

--- tilp2.update begins here ---
diff -ur tilp2.orig/Makefile tilp2/Makefile
--- tilp2.orig/Makefile	2011-06-13 12:05:45.000000000 +0200
+++ tilp2/Makefile	2011-06-13 14:00:08.000000000 +0200
@@ -6,19 +6,18 @@
 #
 
 PORTNAME=	tilp2
-PORTVERSION=	1.14
+PORTVERSION=	1.15
 CATEGORIES=	comms
-MASTER_SITES=	http://lpg.ticalc.org/prj_tilp/download/ \
-		http://tijl.fastmail.fm/mirror/
+MASTER_SITES=	SF/tilp/tilp2-linux/${DISTNAME}
 
 MAINTAINER=	tijl@coosemans.org
 COMMENT=	TI Linking Program
 
 BUILD_DEPENDS=	pkg-config:${PORTSDIR}/devel/pkg-config
 LIB_DEPENDS=	ticables2.4:${PORTSDIR}/comms/libticables2 \
-		tifiles2.6:${PORTSDIR}/devel/libtifiles2 \
-		ticalcs2.8:${PORTSDIR}/comms/libticalcs2 \
-		ticonv.4:${PORTSDIR}/converters/libticonv
+		tifiles2.7:${PORTSDIR}/devel/libtifiles2 \
+		ticalcs2.9:${PORTSDIR}/comms/libticalcs2 \
+		ticonv.5:${PORTSDIR}/converters/libticonv
 
 USE_AUTOTOOLS=	libtool
 USE_BZIP2=	yes
@@ -33,9 +32,10 @@
 PLIST_SUB=	NLS="@comment "
 .endif
 
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS+=	--without-kde
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}"
 
 MAN1=	tilp.1
 
diff -ur tilp2.orig/distinfo tilp2/distinfo
--- tilp2.orig/distinfo	2011-06-13 12:05:45.000000000 +0200
+++ tilp2/distinfo	2011-06-13 12:24:36.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (tilp2-1.14.tar.bz2) = 2dd1d3689623f5fdfc19fdab0d34ede46a34ce342bca679c45692becf9b77520
-SIZE (tilp2-1.14.tar.bz2) = 5300295
+SHA256 (tilp2-1.15.tar.bz2) = 97953608c218593dcda5bab6ef2d3650927a33fa87b652e26fe9dfe9de1665c3
+SIZE (tilp2-1.15.tar.bz2) = 905102
diff -ur tilp2.orig/pkg-plist tilp2/pkg-plist
--- tilp2.orig/pkg-plist	2011-06-13 12:05:45.000000000 +0200
+++ tilp2/pkg-plist	2011-06-13 12:28:20.000000000 +0200
@@ -3,6 +3,7 @@
 %%DATADIR%%/COPYING
 %%DATADIR%%/Manpage.txt
 %%DATADIR%%/RELEASE
+%%DATADIR%%/builder/tilp.ui
 %%DATADIR%%/glade/action-2.glade
 %%DATADIR%%/glade/clist_rbm-2.glade
 %%DATADIR%%/glade/clock-2.glade
@@ -119,4 +120,5 @@
 @dirrm %%DATADIR%%/icons
 @dirrm %%DATADIR%%/help
 @dirrm %%DATADIR%%/glade
+@dirrm %%DATADIR%%/builder
 @dirrm %%DATADIR%%
--- tilp2.update ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106131312.p5DDCMZo053503>