upgrade to 5.3.2
PR: 44968 Submitted by: Ports Fury
This commit is contained in:
parent
6f0cb0ff51
commit
2142fb332c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69601
3 changed files with 8 additions and 7 deletions
|
@ -7,7 +7,8 @@
|
|||
#
|
||||
|
||||
PORTNAME= hypersrc
|
||||
PORTVERSION= 5.2.11
|
||||
PORTVERSION= 5.3.2
|
||||
PORTCOMMENT= Source code browser
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.jimbrooks.org/hypersrc/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= latest old
|
||||
|
@ -18,15 +19,16 @@ RUN_DEPENDS= exctags:${PORTSDIR}/devel/ctags
|
|||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USE_BISON= yes
|
||||
USE_PERL5= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gnomeprefix gnomelibs
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomelibs
|
||||
USE_BISON= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
MAKEFILE= GNUmakefile
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/bin/ctags|${LOCALBASE}/bin/exctags|g' ${WRKSRC}/Hypersrc.pl
|
||||
@${REINPLACE_CMD} -e 's|"ctags"|"exctags"|g' ${WRKSRC}/Hypersrc.pl
|
||||
@${REINPLACE_CMD} -e 's|"-i +m -x -u"|"-x"|g' ${WRKSRC}/ctags.pl
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (hypersrc-5.2.11.tar.gz) = 499492b9a8248e0f0f2b1141fbabe704
|
||||
MD5 (hypersrc-5.3.2.tar.gz) = b3d9f857487fa89cea16c9428a3e9b46
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Source code browser
|
Loading…
Reference in a new issue