diff options
author | jlaffaye <jlaffaye@FreeBSD.org> | 2011-06-16 23:46:36 +0800 |
---|---|---|
committer | jlaffaye <jlaffaye@FreeBSD.org> | 2011-06-16 23:46:36 +0800 |
commit | 880df6f8dee3a0d4d375dbed1a3250ee96d1e108 (patch) | |
tree | 0691834e50aa23ebfc5de4e01f93b1b68282ee13 /devel | |
parent | 20198ed6c995a40ddcfcf4d490cf809b4f3e18be (diff) | |
download | freebsd-ports-gnome-880df6f8dee3a0d4d375dbed1a3250ee96d1e108.tar.gz freebsd-ports-gnome-880df6f8dee3a0d4d375dbed1a3250ee96d1e108.tar.zst freebsd-ports-gnome-880df6f8dee3a0d4d375dbed1a3250ee96d1e108.zip |
Update converters/libticonv to 1.1.2 [1]
Update comms/libticables2 to 1.3.2 [2]
Update devel/libtifiles2 to 1.1.4 [3]
Update comms/libticalcs2 to 1.1.6 [4]
Update comms/tilp2 to 1.15 [5]
Bump emulators/tiemu3 [6]
PR: ports/157837 [1], ports/157832 [2], ports/157830 [3], ports/157836 [4], ports/157838 [5], ports/157839 [6]
Submitted by: Tijl Coosemans <tijl@coosemans.org> [1] [2] [3] [4] [5] (maintainer) [6]
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) [6], bapt (mentor)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libtifiles2/Makefile | 12 | ||||
-rw-r--r-- | devel/libtifiles2/distinfo | 5 | ||||
-rw-r--r-- | devel/libtifiles2/pkg-plist | 2 |
3 files changed, 9 insertions, 10 deletions
diff --git a/devel/libtifiles2/Makefile b/devel/libtifiles2/Makefile index 87f56cbd3660..1c565645a56c 100644 --- a/devel/libtifiles2/Makefile +++ b/devel/libtifiles2/Makefile @@ -6,15 +6,14 @@ # PORTNAME= libtifiles2 -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 CATEGORIES= devel -MASTER_SITES= http://lpg.ticalc.org/prj_tilp/download/ \ - http://tijl.fastmail.fm/mirror/ +MASTER_SITES= SF/tilp/tilp2-linux/tilp2-1.15 MAINTAINER= tijl@coosemans.org COMMENT= TI calculator file types library -LIB_DEPENDS= ticonv.4:${PORTSDIR}/converters/libticonv +LIB_DEPENDS= ticonv.5:${PORTSDIR}/converters/libticonv USE_AUTOTOOLS= libtool USE_BZIP2= yes @@ -30,7 +29,8 @@ CONFIGURE_ARGS= --disable-nls 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.mk> diff --git a/devel/libtifiles2/distinfo b/devel/libtifiles2/distinfo index 02a180d72706..05c8d428a93e 100644 --- a/devel/libtifiles2/distinfo +++ b/devel/libtifiles2/distinfo @@ -1,3 +1,2 @@ -MD5 (libtifiles2-1.1.3.tar.bz2) = 49c9a6a99c0f1fe8c376c10518fe8acb -SHA256 (libtifiles2-1.1.3.tar.bz2) = 6f097a769c945547977a243c69bfecbbcb7c80117f4a1bf5e68a37837ff631f5 -SIZE (libtifiles2-1.1.3.tar.bz2) = 408005 +SHA256 (libtifiles2-1.1.4.tar.bz2) = 84ff87d919c10e8ed6065c559ce649292ae1b295a07512875b548c360dbf9b9e +SIZE (libtifiles2-1.1.4.tar.bz2) = 430227 diff --git a/devel/libtifiles2/pkg-plist b/devel/libtifiles2/pkg-plist index 0abae17d0f67..0198c427888f 100644 --- a/devel/libtifiles2/pkg-plist +++ b/devel/libtifiles2/pkg-plist @@ -20,7 +20,7 @@ include/tilp2/typesxx.h lib/libtifiles2.a lib/libtifiles2.la lib/libtifiles2.so -lib/libtifiles2.so.6 +lib/libtifiles2.so.7 libdata/pkgconfig/tifiles2.pc %%NLS%%share/locale/fr/LC_MESSAGES/libtifiles2.mo @dirrmtry include/tilp2 |