Bug 174175 - devel/oniguruma5: Update to version 5.9.3
Summary: devel/oniguruma5: Update to version 5.9.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcelo Araujo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-05 18:10 UTC by tkato432
Modified: 2013-01-16 08:28 UTC (History)
0 users

See Also:


Attachments
file.diff (2.28 KB, patch)
2012-12-05 18:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2012-12-05 18:10:05 UTC
- Update to version 5.9.3
Comment 1 Marcelo Araujo freebsd_committer freebsd_triage 2012-12-11 11:15:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-01-16 08:16:33 UTC
Author: araujo
Date: Wed Jan 16 08:16:20 2013
New Revision: 310482
URL: http://svnweb.freebsd.org/changeset/ports/310482

Log:
  - Update to 5.9.3.
  - Set MAKE_JOBS_SAFE.
  
  PR:		ports/174175
  Submitted by:	KATO Tsuguru <tkato432@yahoo.com>

Modified:
  head/devel/oniguruma5/Makefile   (contents, props changed)
  head/devel/oniguruma5/distinfo   (contents, props changed)

Modified: head/devel/oniguruma5/Makefile
==============================================================================
--- head/devel/oniguruma5/Makefile	Wed Jan 16 08:12:39 2013	(r310481)
+++ head/devel/oniguruma5/Makefile	Wed Jan 16 08:16:20 2013	(r310482)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 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 @@ DIST_SUBDIR=	ruby
 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>

Modified: head/devel/oniguruma5/distinfo
==============================================================================
--- head/devel/oniguruma5/distinfo	Wed Jan 16 08:12:39 2013	(r310481)
+++ head/devel/oniguruma5/distinfo	Wed Jan 16 08:16:20 2013	(r310482)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Marcelo Araujo freebsd_committer freebsd_triage 2013-01-16 08:28:50 UTC
State Changed
From-To: open->closed

Committed. Thanks!