diff options
author | lawrance <lawrance@FreeBSD.org> | 2006-05-16 14:31:37 +0000 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2006-05-16 14:31:37 +0000 |
commit | 78dc2a567e228ea549f843bddfd9897ffc3f85af (patch) | |
tree | 0c4af0cfe4abe7eb282617a21fbbcbb34ae4b388 /editors/wily | |
parent | e435c04670f51d9349fd6014898411c3817deec4 (diff) | |
download | FreeBSD-ports-78dc2a567e228ea549f843bddfd9897ffc3f85af.zip FreeBSD-ports-78dc2a567e228ea549f843bddfd9897ffc3f85af.tar.gz |
Update to 0.13.42.
Submitter takes maintainership.
PR: ports/97308
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca>
Diffstat (limited to 'editors/wily')
-rw-r--r-- | editors/wily/Makefile | 14 | ||||
-rw-r--r-- | editors/wily/distinfo | 6 |
2 files changed, 9 insertions, 11 deletions
diff --git a/editors/wily/Makefile b/editors/wily/Makefile index 31481d1..3596549 100644 --- a/editors/wily/Makefile +++ b/editors/wily/Makefile @@ -6,14 +6,11 @@ # PORTNAME= wily -PORTVERSION= 0.13.41 -PORTREVISION= 2 +PORTVERSION= 0.13.42 CATEGORIES= editors plan9 -MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/src/old/ \ - ftp://ftp.cs.su.oz.au/gary/wily/src/old/ -EXTRACT_SUFX= .tgz +MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/src/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= serge.gagnon@b2b2c.ca COMMENT= A clone of the Plan9 editor `acme' RUN_DEPENDS= ${LOCALBASE}/bin/rc:${PORTSDIR}/shells/rc \ @@ -42,12 +39,13 @@ BROKEN= Requires more recent libc post-patch: cd ${WRKSRC}/tools/win; ${REINPLACE_CMD} -e 's," in " __FUNCTION__ "()",,' \ - win.c wgoto.c wreplace.c + win.c wgoto.c wreplace.c; \ + ${CHMOD} 755 configure mkinstalldirs; # Run the configure script in the tools directory. post-configure: @${RM} ${WRKSRC}/tools/win/config.cache - cd ${WRKSRC}/tools/win; ./configure + cd ${WRKSRC}/tools/win; ./configure --prefix=${PREFIX} # The default Wily makefile does not install any documentation. Rectify. post-install: diff --git a/editors/wily/distinfo b/editors/wily/distinfo index 28535a5..a1abe02 100644 --- a/editors/wily/distinfo +++ b/editors/wily/distinfo @@ -1,3 +1,3 @@ -MD5 (wily-0.13.41.tgz) = 6fd6052741a4c3915982878405f752ca -SHA256 (wily-0.13.41.tgz) = f1da438efa6068f067e77ca18d23d02a1e232ce4e2d91b562cb2fc10d2026a9c -SIZE (wily-0.13.41.tgz) = 483429 +MD5 (wily-0.13.42.tar.gz) = 0a1908eaa957c87dfe82e506ff314160 +SHA256 (wily-0.13.42.tar.gz) = 5f5498b11c28c8d1fde7750f133a4ab2faca4b23f2ca0a563103ea34e667c4cb +SIZE (wily-0.13.42.tar.gz) = 487783 |