diff options
author | makc <makc@FreeBSD.org> | 2010-09-06 02:53:50 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-09-06 02:53:50 +0800 |
commit | 65cecb94f7eb1584625d0c24267ab6822c1c075c (patch) | |
tree | 8f35b387c11aa1d151914be8def4fb115337f3d2 /comms | |
parent | 8e2f86f8e636535d170b17280a333863b71aa951 (diff) | |
download | freebsd-ports-gnome-65cecb94f7eb1584625d0c24267ab6822c1c075c.tar.gz freebsd-ports-gnome-65cecb94f7eb1584625d0c24267ab6822c1c075c.tar.zst freebsd-ports-gnome-65cecb94f7eb1584625d0c24267ab6822c1c075c.zip |
Update to 1.14
PR: ports/148014
Submitted by: Tijl Coosemans (maintainer)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/tilp2/Makefile | 17 | ||||
-rw-r--r-- | comms/tilp2/distinfo | 6 |
2 files changed, 11 insertions, 12 deletions
diff --git a/comms/tilp2/Makefile b/comms/tilp2/Makefile index d1ae3b4242f3..1297549922e8 100644 --- a/comms/tilp2/Makefile +++ b/comms/tilp2/Makefile @@ -6,21 +6,22 @@ # PORTNAME= tilp2 -PORTVERSION= 1.11 -PORTREVISION= 4 +PORTVERSION= 1.14 CATEGORIES= comms -MASTER_SITES= SF/tilp/${PORTNAME}-linux/${PORTNAME}-${PORTVERSION} +MASTER_SITES= http://lpg.ticalc.org/prj_tilp/download/ \ + http://tijl.fastmail.fm/mirror/ MAINTAINER= tijl@coosemans.org COMMENT= TI Linking Program BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config -LIB_DEPENDS= ticables2.1:${PORTSDIR}/comms/libticables2 \ - tifiles2.5:${PORTSDIR}/devel/libtifiles2 \ - ticalcs2.7:${PORTSDIR}/comms/libticalcs2 \ - ticonv.3:${PORTSDIR}/converters/libticonv +LIB_DEPENDS= ticables2.4:${PORTSDIR}/comms/libticables2 \ + tifiles2.6:${PORTSDIR}/devel/libtifiles2 \ + ticalcs2.8:${PORTSDIR}/comms/libticalcs2 \ + ticonv.4:${PORTSDIR}/converters/libticonv USE_AUTOTOOLS= libtool:22 +USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gtk20 libglade2 @@ -41,7 +42,5 @@ MAN1= tilp.1 post-patch: @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \ ${WRKSRC}/configure ${WRKSRC}/src/Makefile.in - @${REINPLACE_CMD} -e 's|#define .*_DISABLE_DEPRECATED||g' \ - ${WRKSRC}/src/device.c ${WRKSRC}/src/toolbar.c .include <bsd.port.mk> diff --git a/comms/tilp2/distinfo b/comms/tilp2/distinfo index 335c677b8869..8fb7fc268e3a 100644 --- a/comms/tilp2/distinfo +++ b/comms/tilp2/distinfo @@ -1,3 +1,3 @@ -MD5 (tilp2-1.11.tar.gz) = dec4f0b596c7fba9a6f6107e7f103b9f -SHA256 (tilp2-1.11.tar.gz) = 8cc6ace61182beda196b924b66338bcddabcabda2cc936c61da33a3c82dc7239 -SIZE (tilp2-1.11.tar.gz) = 1010963 +MD5 (tilp2-1.14.tar.bz2) = 813643048dcb93dfae2ce79441f15277 +SHA256 (tilp2-1.14.tar.bz2) = 2dd1d3689623f5fdfc19fdab0d34ede46a34ce342bca679c45692becf9b77520 +SIZE (tilp2-1.14.tar.bz2) = 5300295 |