- update to 2.1, and make it fetchable.
This commit is contained in:
parent
3398de7f2f
commit
895051e1ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185966
3 changed files with 8 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libuninum
|
||||
PORTVERSION= 1.3
|
||||
PORTVERSION= 2.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://billposer.org/Software/Downloads/
|
||||
|
||||
|
@ -15,15 +15,14 @@ COMMENT= Library for converting Unicode strings to numbers
|
|||
|
||||
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
|
||||
|
||||
BROKEN= Unfetchable
|
||||
|
||||
USE_GCC= 3.2+
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
|
||||
MAKE_ENV+= INCLUDES="-I${LOCALBASE}/include"
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USE_LDCONFIG= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAN1= numconv.1
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|uninum/||' ${WRKSRC}/uninum.c ${WRKSRC}/numconv.c
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (libuninum-1.3.tar.gz) = af1645b14aea22e265e756abbf71a2a4
|
||||
SHA256 (libuninum-1.3.tar.gz) = b35feb8f9f05c5a423497e8b5e3b48d4e5e03bcda6cda56ec6af9037731e3638
|
||||
SIZE (libuninum-1.3.tar.gz) = 432526
|
||||
MD5 (libuninum-2.1.tar.gz) = ba6ca6dfa1a6b273750a9674f96858d7
|
||||
SHA256 (libuninum-2.1.tar.gz) = 7ebc30d045c5a1bbe0448af2e289229fe840142a781ab04778d25a0500f849c4
|
||||
SIZE (libuninum-2.1.tar.gz) = 454648
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
bin/numconv
|
||||
include/uninum/uninum.h
|
||||
include/uninum/nsdefs.h
|
||||
lib/libuninum.so.2
|
||||
include/uninum/unicode.h
|
||||
lib/libuninum.so.4
|
||||
lib/libuninum.so
|
||||
lib/libuninum.a
|
||||
@dirrmtry include/uninum
|
||||
|
|
Loading…
Reference in a new issue