- Update to 20110905
PR: ports/163445 Submitted by: Denise H. G. <darcsis@gmail.com> (maintainer)
This commit is contained in:
parent
449e0af321
commit
6859960d23
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287642
2 changed files with 7 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= mg
|
||||
PORTVERSION= 20090107
|
||||
PORTVERSION= 20110905
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/ \
|
||||
http://homepage.boetes.org/software/mg/
|
||||
|
@ -19,6 +19,10 @@ MANCOMPRESSED= no
|
|||
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
pre-configure:
|
||||
@${REINPLACE_CMD} -e 's|-Wno-error=unused-but-set-variable||g' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (mg-20090107.tar.gz) = a1702268b2607dacfcc22c5ffd80845113dff5f82b794139c801d875f87ff048
|
||||
SIZE (mg-20090107.tar.gz) = 136530
|
||||
SHA256 (mg-20110905.tar.gz) = 1cd37d7e6a3eecc890a5718c38b8f38495057ba93856762a756ccee2f9618229
|
||||
SIZE (mg-20110905.tar.gz) = 138805
|
||||
|
|
Loading…
Reference in a new issue