Date: Sat, 4 Jun 2005 00:00:26 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/81857: Update port: editors/aewan to 0.9.6 Message-ID: <20050604000026.14ad268f.tkato432@yahoo.com> Resent-Message-ID: <200506031510.j53FA7FU049890@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 81857 >Category: ports >Synopsis: Update port: editors/aewan to 0.9.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 03 15:10:07 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p7 i386 >Organization: >Environment: >Description: - Update to version 0.9.6 >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/aewan/Makefile editors/aewan/Makefile --- /usr/ports/editors/aewan/Makefile Tue Apr 12 14:04:29 2005 +++ editors/aewan/Makefile Thu Jun 2 20:58:47 2005 @@ -6,7 +6,7 @@ # PORTNAME= aewan -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.6 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,16 +14,32 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Curses-based program for the creation and editing of ascii art +USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= aecat.1 aewan.1 MAN5= aewan.5 -PORTDOCS= README PLIST_FILES= bin/aecat bin/aewan -post-install: +.if !defined(NOPORTDOCS) +PORTDOCS= README +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|OSTYPE == |OSTYPE = |g' ${WRKSRC}/configure + +do-install: +.for i in aecat aewan + ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin +.endfor +.for i in aecat.1 aewan.1 + ${INSTALL_DATA} ${WRKSRC}/man/man1/${i} ${MANPREFIX}/man/man1 +.endfor +.for i in aewan.5 + ${INSTALL_DATA} ${WRKSRC}/man/man5/${i} ${MAN5PREFIX}/man/man5 +.endfor .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in README diff -urN /usr/ports/editors/aewan/distinfo editors/aewan/distinfo --- /usr/ports/editors/aewan/distinfo Wed Oct 13 02:34:24 2004 +++ editors/aewan/distinfo Thu Jun 2 20:22:49 2005 @@ -1,2 +1,2 @@ -MD5 (aewan-0.9.3.tar.gz) = 5cff245a78f614a846c3328a9c2beb88 -SIZE (aewan-0.9.3.tar.gz) = 92160 +MD5 (aewan-0.9.6.tar.gz) = 69bdb9e30c7819bedf1fc4fdf6ea6462 +SIZE (aewan-0.9.6.tar.gz) = 102400 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050604000026.14ad268f.tkato432>