Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Dec 2012 12:49:30 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309734 - head/sysutils/ftwin
Message-ID:  <201212311249.qBVCnULn033762@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <baptiste.daroussin@gmail.com>
-#
 # $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 <bsd.port.options.mk>
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212311249.qBVCnULn033762>