diff options
author | rh <rh@pkgsrc.org> | 2001-09-19 10:54:26 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-09-19 10:54:26 +0000 |
commit | 4abb3f832468e458efdacd0a399e518acb51e2b4 (patch) | |
tree | ea81da951ee63089da9ed6a2994d0ffa55851220 /mail/tnef | |
parent | 8e71cb9b36bad36280c4cef11e310a8b3afa8634 (diff) | |
download | pkgsrc-4abb3f832468e458efdacd0a399e518acb51e2b4.tar.gz |
Update tnef to 1.1.1. A strdup bug was fixed in this version. Also,
the man page was moved to section 1 making some tweaks in the package
Makefile no longer necessary.
Diffstat (limited to 'mail/tnef')
-rw-r--r-- | mail/tnef/Makefile | 23 | ||||
-rw-r--r-- | mail/tnef/distinfo | 6 |
2 files changed, 7 insertions, 22 deletions
diff --git a/mail/tnef/Makefile b/mail/tnef/Makefile index c605676d065..9e19aebed7e 100644 --- a/mail/tnef/Makefile +++ b/mail/tnef/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2001/08/16 08:13:43 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2001/09/19 10:54:26 rh Exp $ # -DISTNAME= tnef-1.1 +DISTNAME= tnef-1.1.1 CATEGORIES= mail MASTER_SITES= http://world.std.com/~damned/ @@ -9,22 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://world.std.com/~damned/software.html COMMENT= decode MS-TNEF MIME attachments -USE_BUILDLINK_ONLY= # defined -GNU_CONFIGURE= # defined - -# Change references to tnef.3 to tnef.1. -post-extract: - cd ${WRKSRC}; ${MV} doc/tnef.3 doc/tnef.1 - -post-patch: - cd ${WRKSRC}; for file in doc/Makefile.in; do \ - ${MV} -f $${file} $${file}.fixme; \ - ${SED} -e "s|man3|man1|g" -e "s|\.3|.1|g" \ - $${file}.fixme > $${file}; \ - if [ -x $${file}.fixme ]; then \ - ${CHMOD} +x $${file}; \ - fi; \ - ${RM} -f $${file}.fixme; \ - done +USE_BUILDLINK_ONLY= YES +GNU_CONFIGURE= YES .include "../../mk/bsd.pkg.mk" diff --git a/mail/tnef/distinfo b/mail/tnef/distinfo index 857294c683e..ba3caff05a1 100644 --- a/mail/tnef/distinfo +++ b/mail/tnef/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/08/16 08:13:44 jlam Exp $ +$NetBSD: distinfo,v 1.4 2001/09/19 10:54:26 rh Exp $ -SHA1 (tnef-1.1.tar.gz) = d5aa328322654956a072a38bc838140e03febd56 -Size (tnef-1.1.tar.gz) = 142037 bytes +SHA1 (tnef-1.1.1.tar.gz) = 0c5324882bfc96da147cc8c014151f5b4136bf3c +Size (tnef-1.1.1.tar.gz) = 142242 bytes |