FreeBSD Bugzilla – Attachment 139495 Details for
Bug 185740
[patch] textproc/utf8proc -- make fetchable again, update to 1.1.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.00 KB, created by
Pietro Cerutti
on 2014-01-13 11:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Pietro Cerutti
Created:
2014-01-13 11:10:00 UTC
Size:
2.00 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 328169) >+++ Makefile (working copy) >@@ -2,24 +2,22 @@ > # $FreeBSD$ > > PORTNAME= utf8proc >-PORTVERSION= 1.1.3 >+PORTVERSION= 1.1.6 > CATEGORIES= textproc devel >-MASTER_SITES= http://www.flexiguided.de/pub/ >+MASTER_SITES= http://www.public-software-group.org/pub/projects/${PORTNAME}/v${PORTVERSION}/ > DISTNAME= ${PORTNAME}-v${PORTVERSION} > > MAINTAINER= clsung@FreeBSD.org > COMMENT= UTF-8 processing library > >-WRKSRC= ${WRKDIR}/${PORTNAME} > ALL_TARGET= c-library > > USE_LDCONFIG= yes > >-NO_STAGE= yes > do-install: >- ${INSTALL_PROGRAM} ${WRKSRC}/libutf8proc.so ${PREFIX}/lib/libutf8proc.so.1 >- ${INSTALL_DATA} ${WRKSRC}/libutf8proc.a ${PREFIX}/lib >- ${INSTALL_DATA} ${WRKSRC}/utf8proc.h ${PREFIX}/include >- ${LN} -sf ${PREFIX}/lib/libutf8proc.so.0 ${PREFIX}/lib/libutf8proc.so >+ ${INSTALL_PROGRAM} ${WRKSRC}/libutf8proc.so ${STAGEDIR}${PREFIX}/lib/libutf8proc.so.1 >+ ${INSTALL_DATA} ${WRKSRC}/libutf8proc.a ${STAGEDIR}${PREFIX}/lib >+ ${INSTALL_DATA} ${WRKSRC}/utf8proc.h ${STAGEDIR}${PREFIX}/include >+ ${LN} -sf ${PREFIX}/lib/libutf8proc.so.1 ${STAGEDIR}${PREFIX}/lib/libutf8proc.so > > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 328169) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (utf8proc-v1.1.3.tar.gz) = b1e649d7d5ee21b299e35a6e2787be6ee518f9525cc75d9219293b368d37c000 >-SIZE (utf8proc-v1.1.3.tar.gz) = 285114 >+SHA256 (utf8proc-v1.1.6.tar.gz) = fedc8fa78022eb8f0584fbc85c9f9571bcd7fd510de0ce16955289c42f4199e7 >+SIZE (utf8proc-v1.1.6.tar.gz) = 105825 >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 328169) >+++ pkg-descr (working copy) >@@ -6,4 +6,4 @@ > "Hyphen-Minus" (U+002D, ASCII Minus) all into the ASCII minus sign, to > make them equal for comparisons. > >-WWW: http://www.flexiguided.de/publications.utf8proc.en.html >+WWW: http://www.public-software-group.org/utf8proc
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 185740
: 139495