From 76167c3dcd2bd96660df90585e613a171067da7b Mon Sep 17 00:00:00 2001 From: heinz Date: Sat, 15 May 2004 15:07:58 +0000 Subject: Update to version 1.2.3.1. Take maintainership. Add TEST_TARGET. Enable pkgviews. history of user-visible changes * 1.2.3.1: ** Fixing distribution: triples test files were missing ** Updating man page. * 1.2.3: ** Dumping of data for objects of type szTRIPLE * 1.2.2: ** New command line option: -x SIZE | --maxsize=SIZE to allow users to protect against nefarious TNEF files. ** Removed deprecated command line options ** First pass at a primitive web page for tnef.sourceforge.net * 1.2.1: ** Fixing test failure on NetBSD (698111) and big-endian systems (712371). --- mail/tnef/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'mail/tnef/Makefile') diff --git a/mail/tnef/Makefile b/mail/tnef/Makefile index 423438201fd..4be1eb6b366 100644 --- a/mail/tnef/Makefile +++ b/mail/tnef/Makefile @@ -1,17 +1,20 @@ -# $NetBSD: Makefile,v 1.13 2004/04/18 04:44:26 snj Exp $ +# $NetBSD: Makefile,v 1.14 2004/05/15 15:07:58 heinz Exp $ # -DISTNAME= tnef-1.2.0 -PKGREVISION= 1 +DISTNAME= tnef-1.2.3.1 +PKGREVISION= # empty CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tnef/} -MAINTAINER= tech-pkg@NetBSD.org +MAINTAINER= heinz@NetBSD.org HOMEPAGE= http://world.std.com/~damned/software.html COMMENT= Decode MS-TNEF MIME attachments +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= YES GNU_CONFIGURE= YES +TEST_TARGET= check .include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3