mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 3.3
- Take maintainership PR: ports/77738 Submitted by: Gerhard Gonter <g.gonter@ieee.org>
This commit is contained in:
parent
6fa41a0acb
commit
88a07c4166
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129326
@ -7,15 +7,14 @@
|
||||
#
|
||||
|
||||
PORTNAME= regina
|
||||
PORTVERSION= 3.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 3.3
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}-rexx
|
||||
PKGNAMEPREFIX= rexx-
|
||||
DISTNAME= Regina-REXX-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= g.gonter@ieee.org
|
||||
COMMENT= A Rexx interpreter
|
||||
|
||||
CONFLICTS= rexx-imc-*
|
||||
@ -32,6 +31,9 @@ MAN1= regina.1
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
|
||||
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} -e "s|-xchar=unsigned||g" ${WRKSRC}/Makefile
|
||||
|
||||
post-install:
|
||||
@${INSTALL_SCRIPT} ${FILESDIR}/rxstack.sh ${PREFIX}/etc/rc.d
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (Regina-REXX-3.2.tar.gz) = f001f7bf764e107032bc334c66d94031
|
||||
SIZE (Regina-REXX-3.2.tar.gz) = 836896
|
||||
MD5 (Regina-REXX-3.3.tar.gz) = bdb85f57cbe3e7f9b45aea329cd7752e
|
||||
SIZE (Regina-REXX-3.3.tar.gz) = 940352
|
||||
|
@ -17,6 +17,7 @@ lib/libtest2.so
|
||||
%%DATADIR%%/es.mtb
|
||||
%%DATADIR%%/newstr.rexx
|
||||
%%DATADIR%%/no.mtb
|
||||
%%DATADIR%%/pl.mtb
|
||||
%%DATADIR%%/pt.mtb
|
||||
%%DATADIR%%/rexxcps.rexx
|
||||
%%DATADIR%%/timeconv.rexx
|
||||
|
Loading…
Reference in New Issue
Block a user