diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2013-04-22 19:36:24 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2013-04-22 19:36:24 +0000 |
commit | 56fc4717cd8e4025499591bb0730934b4b256798 (patch) | |
tree | 6a8e1ddd15a37f8c5a29a6125967541d2723bf04 /converters | |
parent | 04ef095847757ba36f7232a82ee92ed2b6487585 (diff) | |
download | ports-56fc4717cd8e4025499591bb0730934b4b256798.tar.gz ports-56fc4717cd8e4025499591bb0730934b4b256798.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/libticonv/Makefile | 18 | ||||
-rw-r--r-- | converters/libticonv/distinfo | 4 | ||||
-rw-r--r-- | converters/libticonv/pkg-descr | 3 | ||||
-rw-r--r-- | converters/libticonv/pkg-plist | 3 |
4 files changed, 10 insertions, 18 deletions
diff --git a/converters/libticonv/Makefile b/converters/libticonv/Makefile index 4333b437cac5..b72574161bec 100644 --- a/converters/libticonv/Makefile +++ b/converters/libticonv/Makefile @@ -1,27 +1,21 @@ -# New ports collection makefile for: libticonv -# Date created: 5 October 2006 -# Whom: Tijl Coosemans <tijl@ulyssis.org> -# # $FreeBSD$ -# PORTNAME= libticonv -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 CATEGORIES= converters -MASTER_SITES= SF/tilp/tilp2-linux/tilp2-1.16 +MASTER_SITES= SF/tilp/tilp2-linux/tilp2-1.17 MAINTAINER= tijl@coosemans.org COMMENT= TI calculator character set library LICENSE= GPLv2 -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= glib20 gnomehack pkgconfig +USE_GNOME= glib20 USE_LDCONFIG= yes -USE_ICONV= yes - -CPPFLAGS+= -I${LOCALBASE}/include +USE_PKGCONFIG= build +USES= pathfix .include <bsd.port.mk> diff --git a/converters/libticonv/distinfo b/converters/libticonv/distinfo index fc08f4df85f3..cdaad77b7662 100644 --- a/converters/libticonv/distinfo +++ b/converters/libticonv/distinfo @@ -1,2 +1,2 @@ -SHA256 (libticonv-1.1.3.tar.bz2) = 330f8f649bc20e19b1d51372a107c132b088aa64561998abd9d336ca8672814a -SIZE (libticonv-1.1.3.tar.bz2) = 343870 +SHA256 (libticonv-1.1.4.tar.bz2) = 1faecc71311bd95c94792cc72dd0844e7881a65156b006f045bb417eddd45183 +SIZE (libticonv-1.1.4.tar.bz2) = 344616 diff --git a/converters/libticonv/pkg-descr b/converters/libticonv/pkg-descr index 66b49eeb566b..d0a7ab38c882 100644 --- a/converters/libticonv/pkg-descr +++ b/converters/libticonv/pkg-descr @@ -1,4 +1,3 @@ -The ticonv library is a library to work with the various TI -calculator character sets. +A library to work with character sets used on TI calculators. WWW: http://tilp.info/ diff --git a/converters/libticonv/pkg-plist b/converters/libticonv/pkg-plist index 83226a04c1fe..f99e99c47552 100644 --- a/converters/libticonv/pkg-plist +++ b/converters/libticonv/pkg-plist @@ -2,9 +2,8 @@ include/tilp2/charset.h include/tilp2/export4.h include/tilp2/stdints4.h include/tilp2/ticonv.h -lib/libticonv.a lib/libticonv.la lib/libticonv.so -lib/libticonv.so.6 +lib/libticonv.so.7 libdata/pkgconfig/ticonv.pc @dirrmtry include/tilp2 |