mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- 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
This commit is contained in:
parent
7e627c7848
commit
19b300324c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441268
@ -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 strings to numbers
|
||||
|
||||
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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user