From owner-svn-ports-all@FreeBSD.ORG Wed Jul 2 16:24:23 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 49B7B8EE; Wed, 2 Jul 2014 16:24:23 +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 37164274D; Wed, 2 Jul 2014 16:24:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s62GONfk052472; Wed, 2 Jul 2014 16:24:23 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s62GONXx052471; Wed, 2 Jul 2014 16:24:23 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407021624.s62GONXx052471@svn.freebsd.org> From: Tijl Coosemans Date: Wed, 2 Jul 2014 16:24:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360218 - head/textproc/tidyp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2014 16:24:23 -0000 Author: tijl Date: Wed Jul 2 16:24:22 2014 New Revision: 360218 URL: http://svnweb.freebsd.org/changeset/ports/360218 QAT: https://qat.redports.org/buildarchive/r360218/ Log: Add INSTALL_TARGET=install-strip and USES=libtool Modified: head/textproc/tidyp/Makefile Modified: head/textproc/tidyp/Makefile ============================================================================== --- head/textproc/tidyp/Makefile Wed Jul 2 16:21:52 2014 (r360217) +++ head/textproc/tidyp/Makefile Wed Jul 2 16:24:22 2014 (r360218) @@ -3,6 +3,7 @@ PORTNAME= tidyp PORTVERSION= 1.04 +PORTREVISION= 1 CATEGORIES= textproc www MASTER_SITES= http://cloud.github.com/downloads/petdance/tidyp/ \ LOCAL/sunpoet @@ -11,6 +12,8 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library and program to validate and fix HTML GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= libtool USE_LDCONFIG= yes OPTIONS_DEFINE= ACCESS ASIAN DEBUG UTF16 @@ -22,10 +25,9 @@ PLIST_FILES= bin/${PORTNAME} \ include/${PORTNAME}/platform.h \ include/${PORTNAME}/tidyp.h \ include/${PORTNAME}/tidypenum.h \ - lib/lib${PORTNAME}-${PORTVERSION}.so \ lib/lib${PORTNAME}-${PORTVERSION}.so.0 \ + lib/lib${PORTNAME}-${PORTVERSION}.so.0.0.0 \ lib/lib${PORTNAME}.a \ - lib/lib${PORTNAME}.la \ lib/lib${PORTNAME}.so PLIST_DIRS= include/${PORTNAME}