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
This commit is contained in:
parent
d9fcb3a9ba
commit
96263a093c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87383
5 changed files with 9 additions and 13 deletions
|
@ -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} ;\
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (tgif-QPL-4.1.42.tar.gz) = 83b1cd01b1570fbf71ea5994af87f42e
|
||||
MD5 (tgif-QPL-4.1.43.tar.gz) = 88ba670d90ad61f86d1c9d765e97e0d1
|
||||
|
|
|
@ -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
|
||||
.\"
|
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue