diff options
author | heinz <heinz@pkgsrc.org> | 2004-05-15 15:07:58 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2004-05-15 15:07:58 +0000 |
commit | 641bcb0b4a48b8d56b3f28319fe76c191c920566 (patch) | |
tree | 0c45658bca7313c8e3d98b5f2b6e9e6ffea6c315 /mail/tnef/Makefile | |
parent | c99de8dfb241f462cc7bf260a95ef404668e9181 (diff) | |
download | pkgsrc-641bcb0b4a48b8d56b3f28319fe76c191c920566.tar.gz |
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).
Diffstat (limited to 'mail/tnef/Makefile')
-rw-r--r-- | mail/tnef/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
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" |