From owner-svn-ports-all@freebsd.org Fri May 19 20:00:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28ED7D74C56; Fri, 19 May 2017 20:00:00 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4E96B21; Fri, 19 May 2017 19:59:59 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4JJxwZZ095373; Fri, 19 May 2017 19:59:58 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4JJxw7h095370; Fri, 19 May 2017 19:59:58 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201705191959.v4JJxw7h095370@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Fri, 19 May 2017 19:59:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441268 - head/devel/libuninum X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2017 20:00:00 -0000 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 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