FreeBSD Bugzilla – Attachment 130107 Details for
Bug 174175
devel/oniguruma5: Update to version 5.9.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.28 KB, created by
tkato432
on 2012-12-05 18:10:05 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2012-12-05 18:10:05 UTC
Size:
2.28 KB
patch
obsolete
>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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 174175
: 130107