svn commit: r326401 - in head/print/transfig: . files

William Grzybowski wg at FreeBSD.org
Thu Sep 5 14:10:42 UTC 2013


Author: wg
Date: Thu Sep  5 14:10:41 2013
New Revision: 326401
URL: http://svnweb.freebsd.org/changeset/ports/326401

Log:
  print/transfig: update to 3.2.5e
  
  - Update to 3.2.5e [1]
  - Convert lib depends to new syntax
  - Pass maintainership to submitter
  
  Changes: http://www.xfig.org/art17.html
  
  PR:		ports/181750
  Submitted by:	Kurt Jaeger <fbsd-ports opsec.eu>

Deleted:
  head/print/transfig/files/patch-fig2dev_dev_readpng.c
Modified:
  head/print/transfig/Makefile
  head/print/transfig/distinfo

Modified: head/print/transfig/Makefile
==============================================================================
--- head/print/transfig/Makefile	Thu Sep  5 14:03:52 2013	(r326400)
+++ head/print/transfig/Makefile	Thu Sep  5 14:10:41 2013	(r326401)
@@ -2,17 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	transfig
-PORTVERSION=	3.2.5d
-PORTREVISION=	1
+PORTVERSION=	3.2.5e
 CATEGORIES=	print
 MASTER_SITES=	SF/mcj/mcj-source/
 DISTNAME=	${PORTNAME}.${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
-COMMENT=	Tools to convert Xfig's .fig files
+MAINTAINER=	fbsd-ports at opsec.eu
+COMMENT=	Tools to convert Xfig .fig files
 
 RUN_DEPENDS=	ppmtogif:${PORTSDIR}/graphics/netpbm
-LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png
 
 
 USES=		imake

Modified: head/print/transfig/distinfo
==============================================================================
--- head/print/transfig/distinfo	Thu Sep  5 14:03:52 2013	(r326400)
+++ head/print/transfig/distinfo	Thu Sep  5 14:10:41 2013	(r326401)
@@ -1,2 +1,2 @@
-SHA256 (transfig.3.2.5d.tar.gz) = ae81214177fb05f91f6e43b0b42633b6e0024570cbc6591a3858e12100ce8aaa
-SIZE (transfig.3.2.5d.tar.gz) = 497451
+SHA256 (transfig.3.2.5e.tar.gz) = 8ec5a8f13254dd155622ed3ee0fda1382b1e2b5882d83b9aca1871f12a3e7744
+SIZE (transfig.3.2.5e.tar.gz) = 531256


More information about the svn-ports-head mailing list