diff options
author | araujo <araujo@FreeBSD.org> | 2007-09-05 19:10:59 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2007-09-05 19:10:59 +0800 |
commit | 8ba80f2b406031ca3540e6870579723a710e18ff (patch) | |
tree | 22368efc13f4cf905770087bb13de79725cbc6f9 /converters/libticonv | |
parent | ba2b8c09faf61761845ea86ef27ba7dc01d1f5ca (diff) | |
download | freebsd-ports-gnome-8ba80f2b406031ca3540e6870579723a710e18ff.tar.gz freebsd-ports-gnome-8ba80f2b406031ca3540e6870579723a710e18ff.tar.zst freebsd-ports-gnome-8ba80f2b406031ca3540e6870579723a710e18ff.zip |
- Update to 1.0.4.
PR: ports/115974
Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
Approved by: stas (mentor)
Diffstat (limited to 'converters/libticonv')
-rw-r--r-- | converters/libticonv/Makefile | 14 | ||||
-rw-r--r-- | converters/libticonv/distinfo | 6 | ||||
-rw-r--r-- | converters/libticonv/pkg-plist | 2 |
3 files changed, 14 insertions, 8 deletions
diff --git a/converters/libticonv/Makefile b/converters/libticonv/Makefile index 5b1f11e29081..df5f799727ac 100644 --- a/converters/libticonv/Makefile +++ b/converters/libticonv/Makefile @@ -6,16 +6,16 @@ # PORTNAME= libticonv -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.4 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gtktiemu +MASTER_SITE_SUBDIR= tilp +DISTFILES= tilibs2-20070829${EXTRACT_SUFX} MAINTAINER= tijl@ulyssis.org COMMENT= TI calculator character set library USE_AUTOTOOLS= libtool:15 -USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= glib20 gnomehack pkgconfig USE_LDCONFIG= yes @@ -24,4 +24,10 @@ USE_ICONV= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"\ LDFLAGS="-L${LOCALBASE}/lib" -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +post-extract: + @cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${WRKDIR}/tilibs2/${DISTNAME}${EXTRACT_SUFX} ${EXTRACT_AFTER_ARGS} + @${CHMOD} 755 ${WRKSRC}/install-sh + +.include <bsd.port.post.mk> diff --git a/converters/libticonv/distinfo b/converters/libticonv/distinfo index ebea875d7629..42ed00ccf2c3 100644 --- a/converters/libticonv/distinfo +++ b/converters/libticonv/distinfo @@ -1,3 +1,3 @@ -MD5 (libticonv-1.0.2.tar.bz2) = e712ad74ad8f2d029966e0e75762ee80 -SHA256 (libticonv-1.0.2.tar.bz2) = 020dca59ecf85409d4fb6c3fd5a51fa82fa49548f3b5c17bfd8bd5f458340b7c -SIZE (libticonv-1.0.2.tar.bz2) = 295157 +MD5 (tilibs2-20070829.tar.gz) = 6acaccfc29c241f4be899cc08d7cee3d +SHA256 (tilibs2-20070829.tar.gz) = a9228570789980620aa2570fb3c46f536934f4b834701480e9d33b31284f3461 +SIZE (tilibs2-20070829.tar.gz) = 2080155 diff --git a/converters/libticonv/pkg-plist b/converters/libticonv/pkg-plist index d0137ade9aa0..197c637f49e5 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.2 +lib/libticonv.so.3 libdata/pkgconfig/ticonv.pc @dirrmtry include/tilp2 |