From owner-svn-ports-head@FreeBSD.ORG Thu Aug 28 19:53:09 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ECFE2F7A; Thu, 28 Aug 2014 19:53:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8A2F1912; Thu, 28 Aug 2014 19:53:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7SJr9l0051435; Thu, 28 Aug 2014 19:53:09 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7SJr9Wd051432; Thu, 28 Aug 2014 19:53:09 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201408281953.s7SJr9Wd051432@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 28 Aug 2014 19:53:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366451 - head/devel/libytnef X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 19:53:10 -0000 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 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