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 /converters | |
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 'converters')
-rw-r--r-- | converters/libticonv/Makefile | 8 | ||||
-rw-r--r-- | converters/libticonv/distinfo | 4 | ||||
-rw-r--r-- | converters/libticonv/pkg-plist | 2 |
3 files changed, 6 insertions, 8 deletions
diff --git a/converters/libticonv/Makefile b/converters/libticonv/Makefile index 2b1fcc9a688a..8176dae575db 100644 --- a/converters/libticonv/Makefile +++ b/converters/libticonv/Makefile @@ -6,10 +6,9 @@ # PORTNAME= libticonv -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= converters -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 character set library @@ -21,7 +20,6 @@ USE_GNOME= glib20 gnomehack pkgconfig USE_LDCONFIG= yes USE_ICONV= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"\ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include .include <bsd.port.mk> diff --git a/converters/libticonv/distinfo b/converters/libticonv/distinfo index aad5a5c1231e..9162161b35b6 100644 --- a/converters/libticonv/distinfo +++ b/converters/libticonv/distinfo @@ -1,2 +1,2 @@ -SHA256 (libticonv-1.1.1.tar.bz2) = 2a18767240e987cc2786d8110887f15cc4d7e357231505dc886e5c7c11bbcb59 -SIZE (libticonv-1.1.1.tar.bz2) = 313552 +SHA256 (libticonv-1.1.2.tar.bz2) = 53f8a56fae1c581a16a8bf4528262461e0aad03b650aed44afdc9820f3bc260b +SIZE (libticonv-1.1.2.tar.bz2) = 325224 diff --git a/converters/libticonv/pkg-plist b/converters/libticonv/pkg-plist index 62d8445508b0..e8995cac8c6d 100644 --- a/converters/libticonv/pkg-plist +++ b/converters/libticonv/pkg-plist @@ -5,6 +5,6 @@ include/tilp2/ticonv.h lib/libticonv.a lib/libticonv.la lib/libticonv.so -lib/libticonv.so.4 +lib/libticonv.so.5 libdata/pkgconfig/ticonv.pc @dirrmtry include/tilp2 |