ports/61492: Upgraded Port: misc/firestring to 0.9.9
Michael Ranner
mranner at inode.at
Sun Jan 18 13:10:20 UTC 2004
The following reply was made to PR ports/61492; it has been noted by GNATS.
From: Michael Ranner <mranner at inode.at>
To: freebsd-gnats-submit at FreeBSD.org, dean at odyssey.apana.org.au
Cc: Kirill Ponomarew <krion at FreeBSD.org>
Subject: Re: ports/61492: Upgraded Port: misc/firestring to 0.9.9
Date: Sun, 18 Jan 2004 14:02:54 +0100
My original patch misses LIBDIR in Makefile, so libfiredns.* goes to /usr/lib
instead /usr/local/lib
use this new patch:
### patch starts here ###
*** Makefile.orig Sat Jan 17 21:25:45 2004
--- Makefile Sun Jan 18 13:54:54 2004
***************
*** 6,12 ****
#
PORTNAME= firestring
! PORTVERSION= 0.9.6
CATEGORIES= misc net devel
MASTER_SITES= http://firestuff.org/projects/ \
http://www.wa.apana.org.au/~dean/sources/ \
--- 6,12 ----
#
PORTNAME= firestring
! PORTVERSION= 0.9.9
CATEGORIES= misc net devel
MASTER_SITES= http://firestuff.org/projects/ \
http://www.wa.apana.org.au/~dean/sources/ \
***************
*** 17,22 ****
--- 17,23 ----
MAINTAINER= dean at odyssey.apana.org.au
COMMENT= A library to make string handling easier in C
+ LIBDIR= ${PREFIX}/lib
HAS_CONFIGURE= yes
INSTALLS_SHLIB= yes
*** distinfo.orig Sat Jan 17 21:25:49 2004
--- distinfo Sat Jan 17 21:25:56 2004
***************
*** 1 ****
! MD5 (firestring-0.9.6.tar.gz) = 398c841107aed4226824bde5af2bc272
--- 1 ----
! MD5 (firestring-0.9.9.tar.gz) = daaf1f1f504a85afc508e21bc53d4e9a
More information about the freebsd-ports-bugs
mailing list