svn commit: r309734 - head/sysutils/ftwin

Baptiste Daroussin bapt at FreeBSD.org
Mon Dec 31 12:49:30 UTC 2012


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 at gmail.com>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	ftwin
 PORTVERSION=	0.8.5
@@ -14,9 +9,9 @@ MASTER_SITES=	http://download.meroware.o
 MAINTAINER=	bapt at 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


More information about the svn-ports-all mailing list