From owner-svn-ports-head@FreeBSD.ORG Mon Dec 31 12:49:30 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BC6EF26D; Mon, 31 Dec 2012 12:49:30 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 88F3C8FC08; Mon, 31 Dec 2012 12:49:30 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBVCnUtd033764; Mon, 31 Dec 2012 12:49:30 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBVCnULn033762; Mon, 31 Dec 2012 12:49:30 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201212311249.qBVCnULn033762@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 31 Dec 2012 12:49:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309734 - head/sysutils/ftwin 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.14 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: Mon, 31 Dec 2012 12:49:30 -0000 Author: bapt Date: Mon Dec 31 12:49:29 2012 New Revision: 309734 URL: http://svnweb.freebsd.org/changeset/ports/309734 Log: Remove shlib numbers Trim headers Convert to new options framework Modified: head/sysutils/ftwin/Makefile head/sysutils/ftwin/pkg-descr Modified: head/sysutils/ftwin/Makefile ============================================================================== --- head/sysutils/ftwin/Makefile Mon Dec 31 12:47:32 2012 (r309733) +++ head/sysutils/ftwin/Makefile Mon Dec 31 12:49:29 2012 (r309734) @@ -1,9 +1,4 @@ -# New ports collection makefile for: ftwin -# Date created: 2007-12-05 -# Whom: Bapt -# # $FreeBSD$ -# PORTNAME= ftwin PORTVERSION= 0.8.5 @@ -14,9 +9,9 @@ MASTER_SITES= http://download.meroware.o MAINTAINER= bapt@FreeBSD.org COMMENT= A useful tool to find duplicate files -LIB_DEPENDS= puzzle.1:${PORTSDIR}/graphics/libpuzzle \ +LIB_DEPENDS= puzzle:${PORTSDIR}/graphics/libpuzzle \ apr-1:${PORTSDIR}/devel/apr1 \ - pcre.3:${PORTSDIR}/devel/pcre + pcre:${PORTSDIR}/devel/pcre USE_BZIP2= yes GNU_CONFIGURE= yes @@ -30,8 +25,9 @@ PORTDOCS= AUTHORS EXAMPLES TODO CHANGES MAN8= ftwin.8 +.include post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} Modified: head/sysutils/ftwin/pkg-descr ============================================================================== --- head/sysutils/ftwin/pkg-descr Mon Dec 31 12:47:32 2012 (r309733) +++ head/sysutils/ftwin/pkg-descr Mon Dec 31 12:49:29 2012 (r309734) @@ -1,4 +1,4 @@ ftwin is a tool useful to find duplicate files according to their content on your file system -WWW: http://jok.is-a-geek.net/ftwin.php +WWW: http://jok.is-a-geek.net/ftwin.php