diff options
author | pawel <pawel@FreeBSD.org> | 2017-03-30 02:30:43 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2017-03-30 02:30:43 +0800 |
commit | 78a4bb0b0ce3f4da5c1f747d5acfc7d4834d836a (patch) | |
tree | 06d8f4673babe655b06a93b8188e180cf1abfdfc /devel/libytnef/Makefile | |
parent | 81c195e96f51d28eefd71f6be4ac59c160e879c4 (diff) | |
download | freebsd-ports-gnome-78a4bb0b0ce3f4da5c1f747d5acfc7d4834d836a.tar.gz freebsd-ports-gnome-78a4bb0b0ce3f4da5c1f747d5acfc7d4834d836a.tar.zst freebsd-ports-gnome-78a4bb0b0ce3f4da5c1f747d5acfc7d4834d836a.zip |
- Update converters/ytnef to version 1.9.2, now hosted on GitHub
- Add PORTEPOCH, version is going backwards due to using versioning
scheme of library distribution
- Remove devel/libytnef port, both packages are now developed in one repo
Diffstat (limited to 'devel/libytnef/Makefile')
-rw-r--r-- | devel/libytnef/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/devel/libytnef/Makefile b/devel/libytnef/Makefile deleted file mode 100644 index 87e4bc0aed69..000000000000 --- a/devel/libytnef/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Rodrigo Graeff <delphus@gmail.com> -# $FreeBSD$ - -PORTNAME= libytnef -PORTVERSION= 1.5 -PORTREVISION= 3 -CATEGORIES= devel mail -MASTER_SITES= SF/ytnef/${PORTNAME}/${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Unpack data in MS Outlook TNEF format - -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip -USES= libtool -USE_LDCONFIG= yes - -.include <bsd.port.mk> |