Date: Fri, 19 May 2017 19:59:58 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441268 - head/devel/libuninum Message-ID: <201705191959.v4JJxw7h095370@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Fri May 19 19:59:58 2017 New Revision: 441268 URL: https://svnweb.freebsd.org/changeset/ports/441268 Log: - Distfile was rerolled without a version bump; summary of changes: * Added support for Hungarian runes using Sinai private encoding * Several string pointers (*str) were replaced with str[] * wchar_t -> UTF32 and required casts were added in some places * Copyright date and shlib version where bumped, whitespace nits - Switch to a smaller .tar.bz2 distfile instead of .tar.gz one - Remove `post-patch' target that does nothing useful these days - Employ USES+=localbase and sort the knobs properly while here TIMESTAMP (libuninum-2.7.tar.bz2) = 1211412823 Modified: head/devel/libuninum/Makefile head/devel/libuninum/distinfo head/devel/libuninum/pkg-plist Modified: head/devel/libuninum/Makefile ============================================================================== --- head/devel/libuninum/Makefile Fri May 19 19:57:57 2017 (r441267) +++ head/devel/libuninum/Makefile Fri May 19 19:59:58 2017 (r441268) @@ -3,7 +3,7 @@ PORTNAME= libuninum PORTVERSION= 2.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= http://billposer.org/Software/Downloads/ @@ -12,14 +12,9 @@ COMMENT= Library for converting Unicode LIB_DEPENDS= libgmp.so:math/gmp +USES= libtool localbase tar:bz2 GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -INSTALL_TARGET= install-strip -USES= libtool USE_LDCONFIG= yes - -post-patch: - ${REINPLACE_CMD} -e 's|uninum/||' ${WRKSRC}/uninum.c ${WRKSRC}/numconv.c +INSTALL_TARGET= install-strip .include <bsd.port.mk> Modified: head/devel/libuninum/distinfo ============================================================================== --- head/devel/libuninum/distinfo Fri May 19 19:57:57 2017 (r441267) +++ head/devel/libuninum/distinfo Fri May 19 19:59:58 2017 (r441268) @@ -1,2 +1,3 @@ -SHA256 (libuninum-2.7.tar.gz) = 466b30b24131ec4b7c3ed8b34db7ec96a1e2193af5cc63d6d77f931aac81649f -SIZE (libuninum-2.7.tar.gz) = 403571 +TIMESTAMP = 1211412823 +SHA256 (libuninum-2.7.tar.bz2) = e704983c3c00e9b76bd836b8b83ce31bfe4eb1752eee8be123cf97c1275076ea +SIZE (libuninum-2.7.tar.bz2) = 276712 Modified: head/devel/libuninum/pkg-plist ============================================================================== --- head/devel/libuninum/pkg-plist Fri May 19 19:57:57 2017 (r441267) +++ head/devel/libuninum/pkg-plist Fri May 19 19:59:58 2017 (r441268) @@ -6,5 +6,5 @@ include/uninum/unicode.h lib/libuninum.a lib/libuninum.so lib/libuninum.so.5 -lib/libuninum.so.5.2.1 +lib/libuninum.so.5.3.0 man/man1/numconv.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705191959.v4JJxw7h095370>