svn commit: r301830 - head/graphics/tif22pnm

Ganael LAPLANCHE martymac at FreeBSD.org
Wed Aug 1 12:53:31 UTC 2012


Author: martymac
Date: Wed Aug  1 12:53:30 2012
New Revision: 301830
URL: http://svn.freebsd.org/changeset/ports/301830

Log:
  - Un-version LIB_DEPENDS
  - Re-order LICENSE and *_DEPENDS to make portlint happy
  - Fix COMMENT typo

Modified:
  head/graphics/tif22pnm/Makefile   (contents, props changed)

Modified: head/graphics/tif22pnm/Makefile
==============================================================================
--- head/graphics/tif22pnm/Makefile	Wed Aug  1 12:52:06 2012	(r301829)
+++ head/graphics/tif22pnm/Makefile	Wed Aug  1 12:53:30 2012	(r301830)
@@ -8,21 +8,21 @@
 
 PORTNAME=	tif22pnm
 PORTVERSION=	0.12
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics
 MASTER_SITES=	http://pts.szit.bme.hu/ \
 		GOOGLE_CODE
 
 MAINTAINER=	martymac at FreeBSD.org
-COMMENT=	Converts TIFF- sampled images to PNM image
+COMMENT=	Converts TIFF-sampled images to PNM image
 
-LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png \
-		tiff.4:${PORTSDIR}/graphics/tiff
+LICENSE=	GPLv2
 
-USE_PKGCONFIG=	yes
+LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png \
+		tiff:${PORTSDIR}/graphics/tiff
 
 PROJECTHOST=	sam2p
-LICENSE=	GPLv2
+USE_PKGCONFIG=	yes
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-libtiff-ldir=${LOCALBASE}/lib \



More information about the svn-ports-all mailing list