diff options
author | osa <osa@FreeBSD.org> | 2003-08-20 21:53:34 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-08-20 21:53:34 +0800 |
commit | 27ff918471084f3f1df6b1de54576c6a30e123d1 (patch) | |
tree | f48b5488d32022e7a45454b5e31c1d72577a8f7a | |
parent | 796f4a692dd8e81cbd9c0aa478d8c3131506d84c (diff) | |
download | freebsd-ports-graphics-27ff918471084f3f1df6b1de54576c6a30e123d1.tar.gz freebsd-ports-graphics-27ff918471084f3f1df6b1de54576c6a30e123d1.tar.zst freebsd-ports-graphics-27ff918471084f3f1df6b1de54576c6a30e123d1.zip |
Update to 4.1.43 [1]
Fix pkg-plist after update [2]
Make pkg-descr portlint(1) compilant [2]
Use ${REINPLACE_CMD} instead of patch-aa [2]
Submitted by: Brian Clapper <bmc@clapper.org> (maintainer) [1],
osa [2]
Approved by: maintainer
PR: 55746
-rw-r--r-- | graphics/tgif/Makefile | 6 | ||||
-rw-r--r-- | graphics/tgif/distinfo | 2 | ||||
-rw-r--r-- | graphics/tgif/files/patch-aa | 11 | ||||
-rw-r--r-- | graphics/tgif/pkg-descr | 2 | ||||
-rw-r--r-- | graphics/tgif/pkg-plist | 1 |
5 files changed, 9 insertions, 13 deletions
diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile index 41c6280084a..986a26dc483 100644 --- a/graphics/tgif/Makefile +++ b/graphics/tgif/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tgif -PORTVERSION= 4.1.42 +PORTVERSION= 4.1.43 CATEGORIES= graphics MASTER_SITES= ftp://bourbon.usc.edu/pub/tgif/ \ http://groups.yahoo.com/group/tgif4-announce/files/ \ @@ -20,6 +20,7 @@ COMMENT= An Xlib-based two-dimensional drawing tool and hyper-object browser RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm USE_IMAKE= yes +USE_REINPLACE= yes MAN1= tgif.1 TGIFDOC= ${PREFIX}/share/doc/tgif DEMO_FILES= an-sr-flip-flop.obj launch-demo-1.obj \ @@ -30,6 +31,9 @@ post-extract: ${RM} -f ${WRKDIR}/${DISTNAME}/Tgif.tmpl ${CP} ${WRKDIR}/${DISTNAME}/Tgif.tmpl-freebsd \ ${WRKDIR}/${DISTNAME}/Tgif.tmpl +post-patch: + @${REINPLACE_CMD} -e 's|.TH tgif n|.TH tgif 1L|' \ + ${WRKSRC}/tgif.man post-install: ${MKDIR} ${TGIFDOC} (cd ${WRKSRC} ;\ diff --git a/graphics/tgif/distinfo b/graphics/tgif/distinfo index 2d56bc59aeb..94e3770e680 100644 --- a/graphics/tgif/distinfo +++ b/graphics/tgif/distinfo @@ -1 +1 @@ -MD5 (tgif-QPL-4.1.42.tar.gz) = 83b1cd01b1570fbf71ea5994af87f42e +MD5 (tgif-QPL-4.1.43.tar.gz) = 88ba670d90ad61f86d1c9d765e97e0d1 diff --git a/graphics/tgif/files/patch-aa b/graphics/tgif/files/patch-aa deleted file mode 100644 index 0921e99c13e..00000000000 --- a/graphics/tgif/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- tgif.man.orig Mon Apr 1 12:12:00 2002 -+++ tgif.man Mon Apr 1 12:12:36 2002 -@@ -8,7 +8,7 @@ - .\" - .\" - .\" --.TH tgif n "Version 4.1 Patchlevel 42 and Above" "Tgif" -+.TH tgif 1L "Version 4.1 Patchlevel 42 and Above" "Tgif" - .\" - .SH NAME - .\" diff --git a/graphics/tgif/pkg-descr b/graphics/tgif/pkg-descr index ec342ae679c..b17c5eb61f1 100644 --- a/graphics/tgif/pkg-descr +++ b/graphics/tgif/pkg-descr @@ -17,3 +17,5 @@ collection. Tgif is written, maintained and enhanced by William Chia-Wei Cheng (william@cs.umd.edu) + +WWW: http://bourbon.cs.umd.edu:8001/tgif/ diff --git a/graphics/tgif/pkg-plist b/graphics/tgif/pkg-plist index a6f1fb35f96..6bfd260187d 100644 --- a/graphics/tgif/pkg-plist +++ b/graphics/tgif/pkg-plist @@ -3,6 +3,7 @@ lib/X11/tgif/Copyright lib/X11/tgif/LICENSE.QPL lib/X11/tgif/eq4-2x.sym lib/X11/tgif/eq4-epstool.sym +lib/X11/tgif/eq4-lyx-ps2epsi.sym lib/X11/tgif/eq4-ps2epsi.sym lib/X11/tgif/eq4.sym lib/X11/tgif/eq4xpm.sym |