diff options
author | obrien <obrien@FreeBSD.org> | 1999-03-02 20:02:57 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-03-02 20:02:57 +0800 |
commit | 90e161529c66f1e814e33dab7f3787d05079e625 (patch) | |
tree | 48117a29521c1feef4c267f8d764399bb6efd8ee /news/tin | |
parent | 98368b268324f1168b26c84e44269b2e11f5af42 (diff) | |
download | freebsd-ports-gnome-90e161529c66f1e814e33dab7f3787d05079e625.tar.gz freebsd-ports-gnome-90e161529c66f1e814e33dab7f3787d05079e625.tar.zst freebsd-ports-gnome-90e161529c66f1e814e33dab7f3787d05079e625.zip |
Upgrade to the 19990216 tin-pre 1.4 release
Diffstat (limited to 'news/tin')
-rw-r--r-- | news/tin/Makefile | 15 | ||||
-rw-r--r-- | news/tin/distinfo | 2 |
2 files changed, 9 insertions, 8 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 1a14bed1b4b1..c40fa9b92ce8 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -4,19 +4,20 @@ # Date created: 25 July 1996 # Whom: obrien@cs.ucdavis.edu # -# $Id: Makefile,v 1.64 1998/10/15 00:07:04 jseger Exp $ +# $Id: Makefile,v 1.65 1999/02/11 11:13:47 ache Exp $ # -DISTNAME= tinpre-1.4-980818 +DISTNAME= tinpre-1.4-19990216 CATEGORIES= news MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/current/ \ - ftp://nuxi.ucdavis.edu/pub/tin/ \ - ftp://ftp.nuxi.com/pub/tin/ -EXTRACT_SUFX= .tgz + ftp://nuxi.ucdavis.edu/pub/tin/pre-v1.4/ \ + ftp://ftp.nuxi.com/pub/tin/pre-v1.4/ + +MAINTAINER= ache@FreeBSD.org LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib -MAINTAINER= ache@FreeBSD.org +USE_BZIP2= yes WRKSRC= ${WRKDIR}/${DISTNAME:S/pre-1.4//} GNU_CONFIGURE= yes @@ -58,7 +59,7 @@ post-patch: post-install: cd ${WRKSRC}/doc; ${INSTALL_DATA} tin.defaults ${PREFIX}/etc/tin.defaults.dist if [ ! -f ${PREFIX}/etc/tin.defaults ] ; then \ - cp ${PREFIX}/etc/tin.defaults.dist ${PREFIX}/etc/tin.defaults; \ + ${CP} ${PREFIX}/etc/tin.defaults.dist ${PREFIX}/etc/tin.defaults; \ fi .include <bsd.port.mk> diff --git a/news/tin/distinfo b/news/tin/distinfo index 08ba4b66bfd7..47b0b92fecf3 100644 --- a/news/tin/distinfo +++ b/news/tin/distinfo @@ -1 +1 @@ -MD5 (tinpre-1.4-980818.tgz) = 93f20163834b3a15772b4f128441004f +MD5 (tinpre-1.4-19990216.tar.bz2) = b47ea368a5473900716b633d337290ea |