ports/157832: [patch] comms/libticables2: update to 1.3.2
Tijl Coosemans
tijl at coosemans.org
Mon Jun 13 13:00:22 UTC 2011
>Number: 157832
>Category: ports
>Synopsis: [patch] comms/libticables2: update to 1.3.2
>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:00:21 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Tijl Coosemans
>Release: FreeBSD 9.0-CURRENT i386
>Organization:
>Environment:
>Description:
- Update to now officially released 1.3.2
- Fix portlint error about CPPFLAGS
>How-To-Repeat:
>Fix:
--- libticables2.update begins here ---
diff -ur libticables2.orig/Makefile libticables2/Makefile
--- libticables2.orig/Makefile 2011-06-13 12:05:18.000000000 +0200
+++ libticables2/Makefile 2011-06-13 13:47:10.000000000 +0200
@@ -7,8 +7,9 @@
PORTNAME= libticables2
PORTVERSION= 1.3.2
+PORTREVISION= 1
CATEGORIES= comms
-MASTER_SITES= http://tijl.fastmail.fm/mirror/
+MASTER_SITES= SF/tilp/tilp2-linux/tilp2-1.15
MAINTAINER= tijl at coosemans.org
COMMENT= TI calculator link cables library
@@ -27,8 +28,9 @@
PLIST_SUB= NLS="@comment "
.endif
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"\
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
.include <bsd.port.pre.mk>
diff -ur libticables2.orig/distinfo libticables2/distinfo
--- libticables2.orig/distinfo 2011-06-13 12:05:18.000000000 +0200
+++ libticables2/distinfo 2011-06-13 12:09:48.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (libticables2-1.3.2.tar.bz2) = 5a8a43f1ca8fb7662c5a13035a6daa78699eb413e2300f09aaa6e286d9cab5cd
-SIZE (libticables2-1.3.2.tar.bz2) = 421098
+SHA256 (libticables2-1.3.2.tar.bz2) = 1c1f860f31b87c50d0068c7729dec927e6f12f4da11f56b7dd1a2a011ee9486d
+SIZE (libticables2-1.3.2.tar.bz2) = 737609
--- libticables2.update ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list