1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Upgrade to 2.10 and make fetchable again.

Approved by:	portmgr (linimon)
This commit is contained in:
Thierry Thomas 2006-03-13 06:32:36 +00:00
parent e7af7fc9c6
commit 6687e88c4d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157081
3 changed files with 18 additions and 5 deletions

View File

@ -6,18 +6,20 @@
#
PORTNAME= ascii2binary
PORTVERSION= 2.9
PORTVERSION= 2.10
CATEGORIES= converters
MASTER_SITES= http://billposer.org/Software/Downloads/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
MAINTAINER= thierry@FreeBSD.org
COMMENT= Convert between textual representations of numbers and binary
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_FILES= bin/ascii2binary bin/binary2ascii

View File

@ -1,3 +1,3 @@
MD5 (ascii2binary-2.9/ascii2binary.tgz) = 578b0c41f9a23d5083bcd776be67646e
SHA256 (ascii2binary-2.9/ascii2binary.tgz) = 2241c7fb711b360f5c6914f3b6169f4636d5e8a5050fae7257aad2483d6af2c0
SIZE (ascii2binary-2.9/ascii2binary.tgz) = 97641
MD5 (ascii2binary.tgz) = 0947e1dcebd4e8f33c1a1a5bf076356d
SHA256 (ascii2binary.tgz) = cd5813481ed326944905d230f2c68a9200eccb40fd97a968f2d5ad9ac46f8453
SIZE (ascii2binary.tgz) = 86545

View File

@ -0,0 +1,11 @@
--- Makefile.in.orig Sat Mar 11 20:44:53 2006
+++ Makefile.in Sun Mar 12 10:59:23 2006
@@ -115,7 +115,7 @@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
+LIBS = @LIBS@ -lintl
LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@
OBJEXT = @OBJEXT@