mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
- Update to 5.7j1
- Modernize pkg-message handling PR: ports/129123 Submitted by: TAKATSU Tomonari <tota@rtfm.jp> Approved by: Issei Suzuki <issei@issei.org> (maintainer)
This commit is contained in:
parent
666fa65e5e
commit
66e08852f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223734
japanese/ctags
@ -6,19 +6,21 @@
|
||||
#
|
||||
|
||||
PORTNAME= ctags
|
||||
PORTVERSION= 5.6j1
|
||||
PORTVERSION= 5.7j1
|
||||
CATEGORIES= japanese devel
|
||||
MASTER_SITES= http://hp.vector.co.jp/authors/VA025040/ctags/downloads/
|
||||
|
||||
MAINTAINER= issei@issei.org
|
||||
COMMENT= A feature-filled tagfile generator with Japanese support
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:S/j1//}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-macro-patterns --with-readlib
|
||||
|
||||
MAN1= jexctags.1
|
||||
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@ -28,7 +30,6 @@ post-install:
|
||||
.endfor
|
||||
.endif
|
||||
@${STRIP_CMD} ${PREFIX}/bin/jexctags
|
||||
@${SED} 's:%%PREFIX%%:'${PREFIX}':' < ${PKGDIR}/pkg-message > ${PKGMESSAGE}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ctags-5.6j1.tar.gz) = 801f533e5f25f74c13cbef6353c92e27
|
||||
SHA256 (ctags-5.6j1.tar.gz) = b521b46aada5a606a62c59f977c1de724a8a1a43b42fa5001591b9dad6b715a4
|
||||
SIZE (ctags-5.6j1.tar.gz) = 287476
|
||||
MD5 (ctags-5.7j1.tar.gz) = 076ffb2fefd52e3d19e59d27f7b16120
|
||||
SHA256 (ctags-5.7j1.tar.gz) = 0a08203f33393d85225063737db20946be0c19b9dc6b77ace4905cd9e8ef6e81
|
||||
SIZE (ctags-5.7j1.tar.gz) = 296311
|
||||
|
Loading…
Reference in New Issue
Block a user