Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Dec 2012 02:31:43 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/174175: devel/oniguruma5: Update to version 5.9.3
Message-ID:  <20121206023143.cd02b6860e3c3522160b453a@yahoo.com>
Resent-Message-ID: <201212051810.qB5IA5vx033522@freefall.freebsd.org>

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

>Number:         174175
>Category:       ports
>Synopsis:       devel/oniguruma5: Update to version 5.9.3
>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:   Wed Dec 05 18:10:05 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p11 i386
>Organization:
>Environment:
>Description:
- Update to version 5.9.3

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/oniguruma5/Makefile devel/oniguruma5/Makefile
--- /usr/ports/devel/oniguruma5/Makefile	2012-11-08 04:42:43.000000000 +0900
+++ devel/oniguruma5/Makefile	2012-12-03 23:41:59.000000000 +0900
@@ -2,7 +2,7 @@
 # $FreeBSD: head/devel/oniguruma5/Makefile 306099 2012-10-18 19:46:04Z dinoex $
 
 PORTNAME=	oniguruma
-PORTVERSION=	5.9.2
+PORTVERSION=	5.9.3
 CATEGORIES=	devel textproc
 MASTER_SITES=	http://www.geocities.jp/kosako3/oniguruma/archive/
 DISTNAME=	onig-${PORTVERSION}
@@ -11,32 +11,33 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A BSDL Regular Expressions library compatible with POSIX/GNU/Perl
 
+LICENSE=	BSD
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 CONFLICTS=	oniguruma-2.*
+
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-DOCS=		HISTORY README doc/*
+MAKE_JOBS_SAFE=	yes
 
 post-patch:
-	${REINPLACE_CMD} -e 's|echo aout|echo elf|' \
-		-e 's|freebsd1|freebsd1.|' \
-		${WRKSRC}/configure
+	@${REINPLACE_CMD} -e \
+		'/^INCLUDES/s|$$(includedir)||' ${WRKSRC}/Makefile.in
 
 post-configure:
-	${SED} -e 's|%%PREFIX%%|${PREFIX}|' \
+	@${SED} -e 's|%%PREFIX%%|${PREFIX}|' \
 		${FILESDIR}/onig-config > ${WRKSRC}/onig-config
 
 post-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/onig-config ${PREFIX}/bin/
+	${INSTALL_SCRIPT} ${WRKSRC}/onig-config ${PREFIX}/bin
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
-.for f in ${DOCS}
-	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
-.endfor
+	@${MKDIR} ${DOCSDIR}
+	(cd ${WRKSRC} && ${INSTALL_DATA} HISTORY README ${DOCSDIR})
+	(cd ${WRKSRC}/doc && ${INSTALL_DATA} * ${DOCSDIR})
 .endif
 .if !defined(NOPORTEXAMPLES)
-	${MKDIR} ${EXAMPLESDIR}
-	${INSTALL_DATA} ${WRKSRC}/sample/*.c ${WRKSRC}/sample/Makefile* \
-		${EXAMPLESDIR}/
+	@${MKDIR} ${EXAMPLESDIR}
+	(cd ${WRKSRC}/sample && ${INSTALL_DATA} *.c Makefile* ${EXAMPLESDIR})
 .endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/devel/oniguruma5/distinfo devel/oniguruma5/distinfo
--- /usr/ports/devel/oniguruma5/distinfo	2012-11-08 04:42:43.000000000 +0900
+++ devel/oniguruma5/distinfo	2012-10-27 16:17:12.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (ruby/onig-5.9.2.tar.gz) = 10e7b04ca0baaef2c26f32b37bb70d898b3642d38aefd5ad5062a20f86b751f6
-SIZE (ruby/onig-5.9.2.tar.gz) = 539739
+SHA256 (ruby/onig-5.9.3.tar.gz) = c3bba66b2a84760e6582c40881db97c839d94f327870009724bb8b4d0c051f2a
+SIZE (ruby/onig-5.9.3.tar.gz) = 566875
>Release-Note:
>Audit-Trail:
>Unformatted:



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