Date: Thu, 28 Aug 2014 19:53:09 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366451 - head/devel/libytnef Message-ID: <201408281953.s7SJr9Wd051432@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Thu Aug 28 19:53:09 2014 New Revision: 366451 URL: http://svnweb.freebsd.org/changeset/ports/366451 QAT: https://qat.redports.org/buildarchive/r366451/ Log: - Convert to USES=libtool and add INSTALL_TARGET=install-strip - Remove PORTDOCS because all files are empty Modified: head/devel/libytnef/Makefile head/devel/libytnef/pkg-plist Modified: head/devel/libytnef/Makefile ============================================================================== --- head/devel/libytnef/Makefile Thu Aug 28 19:44:35 2014 (r366450) +++ head/devel/libytnef/Makefile Thu Aug 28 19:53:09 2014 (r366451) @@ -3,23 +3,16 @@ PORTNAME= libytnef PORTVERSION= 1.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel mail MASTER_SITES= SF/ytnef/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Unpack data in MS Outlook TNEF format -OPTIONS_DEFINE= DOCS - GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool +INSTALL_TARGET= install-strip +USES= libtool USE_LDCONFIG= yes -PORTDOCS= AUTHORS NEWS README - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} - .include <bsd.port.mk> Modified: head/devel/libytnef/pkg-plist ============================================================================== --- head/devel/libytnef/pkg-plist Thu Aug 28 19:44:35 2014 (r366450) +++ head/devel/libytnef/pkg-plist Thu Aug 28 19:53:09 2014 (r366451) @@ -5,6 +5,6 @@ include/tnef-errors.h include/tnef-types.h include/ytnef.h lib/libytnef.a -lib/libytnef.la lib/libytnef.so lib/libytnef.so.0 +lib/libytnef.so.0.0.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408281953.s7SJr9Wd051432>