ports/68380: Update port: graphics/dvipng to 1.1

KATO Tsuguru tkato432 at yahoo.com
Sat Jun 26 15:10:58 UTC 2004


>Number:         68380
>Category:       ports
>Synopsis:       Update port: graphics/dvipng to 1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 26 15:10:26 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.1

New file:
files/patch-Makefile.in

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/dvipng/Makefile graphics/dvipng/Makefile
--- /usr/ports/graphics/dvipng/Makefile	Sat Apr  3 08:31:49 2004
+++ graphics/dvipng/Makefile	Tue Jun  1 18:37:39 2004
@@ -7,16 +7,17 @@
 #
 
 PORTNAME=	dvipng
-PORTVERSION=	1.0
+PORTVERSION=	1.1
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	preview-latex
+MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	DVI to PNG Converter
 
 BUILD_DEPENDS=	kpsepath:${PORTSDIR}/print/teTeX
-LIB_DEPENDS=	gd.4:${PORTSDIR}/graphics/gd
+LIB_DEPENDS=	t1.5:${PORTSDIR}/devel/t1lib \
+		gd.4:${PORTSDIR}/graphics/gd
 
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
@@ -26,8 +27,5 @@
 
 INFO=		dvipng
 PLIST_FILES=	bin/dvipng
-
-post-install:
-	@${STRIP_CMD} ${PREFIX}/bin/dvipng
 
 .include <bsd.port.mk>
diff -urN /usr/ports/graphics/dvipng/distinfo graphics/dvipng/distinfo
--- /usr/ports/graphics/dvipng/distinfo	Sat Apr  3 08:31:49 2004
+++ graphics/dvipng/distinfo	Tue Jun  1 18:34:17 2004
@@ -1,2 +1,2 @@
-MD5 (dvipng-1.0.tar.gz) = 307a3afc98e037cab9099dd77522d377
-SIZE (dvipng-1.0.tar.gz) = 122704
+MD5 (dvipng-1.1.tar.gz) = 0826d0c3ae4a9c9bd9648d23a003907b
+SIZE (dvipng-1.1.tar.gz) = 135733
diff -urN /usr/ports/graphics/dvipng/files/patch-Makefile.in graphics/dvipng/files/patch-Makefile.in
--- /usr/ports/graphics/dvipng/files/patch-Makefile.in	Thu Jan  1 09:00:00 1970
+++ graphics/dvipng/files/patch-Makefile.in	Tue Jun  1 18:38:25 2004
@@ -0,0 +1,19 @@
+--- Makefile.in.orig	Mon May  3 06:33:03 2004
++++ Makefile.in	Tue Jun  1 18:38:14 2004
+@@ -14,6 +14,7 @@
+ mandir = @mandir@
+ DESTDIR=
+ INSTALL = @INSTALL@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
+ INSTALL_DATA = @INSTALL_DATA@
+ MKINSTALLDIRS = ./mkinstalldirs
+ 
+@@ -42,7 +43,7 @@
+ 
+ install-dvipng: dvipng
+ 	-$(MKINSTALLDIRS) $(DESTDIR)$(bindir)
+-	$(INSTALL) dvipng $(DESTDIR)$(bindir)
++	$(INSTALL_PROGRAM) dvipng $(DESTDIR)$(bindir)
+ 
+ ####################################### The documentation
+ 
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list