Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Aug 2001 10:17:12 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/30041: Update port: irc/ninja to 1.5.3
Message-ID:  <200108241717.f7OHHCo81525@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         30041
>Category:       ports
>Synopsis:       Update port: irc/ninja to 1.5.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 24 10:20:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.3-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.5.3

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/irc/ninja/Makefile irc/ninja/Makefile
--- /usr/ports/irc/ninja/Makefile	Wed Mar  7 00:25:25 2001
+++ irc/ninja/Makefile	Fri Aug 24 22:46:31 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ninja
-PORTVERSION=	1.5.2
+PORTVERSION=	1.5.3
 CATEGORIES=	irc
 MASTER_SITES=	ftp://ninja.qoop.org/ninja/sources/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
@@ -16,20 +16,18 @@
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	IRCLIB="${IRCLIB}"
-
-IRCLIB=		${PREFIX}/share/ninja
+CONFIGURE_ENV=	IRCLIB="${DATADIR}"
 
 pre-patch:
 	@${CP} ${WRKSRC}/config/configure ${WRKSRC}
 
 post-patch:
-	@${PERL} -e "s|%%IRCLIB%%|${IRCLIB}|g" ${WRKSRC}/include/config.h.dist
+	@${PERL} -e "s|%%IRCLIB%%|${DATADIR}|g" ${WRKSRC}/include/config.h.dist
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/source/ninja ${PREFIX}/bin
 	${INSTALL_PROGRAM} ${WRKSRC}/source/wserv ${PREFIX}/bin
-	@${MKDIR} ${IRCLIB}/translation
-	${INSTALL_DATA} ${WRKSRC}/translation/* ${IRCLIB}/translation
+	@${MKDIR} ${DATADIR}/translation
+	${INSTALL_DATA} ${WRKSRC}/translation/* ${DATADIR}/translation
 
 .include <bsd.port.mk>
diff -urN /usr/ports/irc/ninja/distinfo irc/ninja/distinfo
--- /usr/ports/irc/ninja/distinfo	Wed Mar  7 00:25:25 2001
+++ irc/ninja/distinfo	Fri Aug 24 22:08:57 2001
@@ -1 +1 @@
-MD5 (ninja-1.5.2-src.tar.gz) = bc58d8847433f6f41f16a4d51d3ed98c
+MD5 (ninja-1.5.3-src.tar.gz) = 7c9227f5d99ac7ba7cd2f9d60ee92bd7

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108241717.f7OHHCo81525>