Date: Thu, 31 Oct 2002 12:54:40 +0800 (WST) From: Dean Hollister <dean@odyssey.apana.org.au> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/44773: Upgraded Port: misc/firestring - New version available Message-ID: <200210310454.MAA03476@mail.wa.apana.org.au>
next in thread | raw e-mail | index | archive | help
>Number: 44773 >Category: ports >Synopsis: Upgraded Port: misc/firestring - New version available >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 21:00:11 PST 2002 >Closed-Date: >Last-Modified: >Originator: Dean Hollister >Release: FreeBSD 4.7-STABLE i386 >Organization: Australian Public Access Network Association Inc >Environment: System: FreeBSD odyssey.apana.org.au 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 28 19:31:16 WST 2002 root@odyssey.apana.org.au:/usr/obj/usr/src/sys/ODYSSEY i386 >Description: Upgraded Port: misc/firestring - New version 0.1.22 available >How-To-Repeat: >Fix: diff -ruN firestring.orig/Makefile firestring/Makefile --- firestring.orig/Makefile Thu Oct 31 12:51:35 2002 +++ firestring/Makefile Thu Oct 31 12:50:43 2002 @@ -6,8 +6,8 @@ # PORTNAME= firestring -PORTVERSION= 0.1.21 -CATEGORIES= net +PORTVERSION= 0.1.22 +CATEGORIES= misc net devel MASTER_SITES= http://ares.penguinhosting.net/~ian/projects/ \ http://www.wa.apana.org.au/~dean/sources/ \ ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/ @@ -27,14 +27,15 @@ firestring_estr_base64_encode.3 firestring_estr_ends.3 \ firestring_estr_estrcasecmp.3 firestring_estr_estrcat.3 \ firestring_estr_estrcmp.3 firestring_estr_estrcpy.3 \ - firestring_estr_estristr.3 firestring_estr_estrncasecmp.3 \ - firestring_estr_estrstr.3 firestring_estr_expand.3 \ - firestring_estr_free.3 firestring_estr_read.3 \ - firestring_estr_sprintf.3 firestring_estr_starts.3 \ - firestring_estr_strcasecmp.3 firestring_estr_strcat.3 \ - firestring_estr_strchr.3 firestring_estr_strcmp.3 \ - firestring_estr_strcpy.3 firestring_estr_stristr.3 \ - firestring_estr_strstr.3 firestring_estr_xml_decode.3 \ + firestring_estr_estristr.3 \ + firestring_estr_estrncasecmp.3 firestring_estr_estrstr.3 \ + firestring_estr_expand.3 firestring_estr_free.3 \ + firestring_estr_read.3 firestring_estr_sprintf.3 \ + firestring_estr_starts.3 firestring_estr_strcasecmp.3 \ + firestring_estr_strcat.3 firestring_estr_strchr.3 \ + firestring_estr_strcmp.3 firestring_estr_strcpy.3 \ + firestring_estr_stristr.3 firestring_estr_strstr.3 \ + firestring_estr_xml_decode.3 \ firestring_estr_xml_encode.3 firestring_hextoi.3 \ firestring_malloc.3 firestring_realloc.3 \ firestring_snprintf.3 firestring_strcasecmp.3 \ @@ -43,7 +44,6 @@ libfirestring.3 post-install: - @cd ${PREFIX}/lib; ${MV} libfirestring.so libfirestring.so.0; \ ${LN} -s libfirestring.so.0 libfirestring.so diff -ruN firestring.orig/distinfo firestring/distinfo --- firestring.orig/distinfo Tue Oct 15 17:10:04 2002 +++ firestring/distinfo Thu Oct 31 12:43:19 2002 @@ -1 +1 @@ -MD5 (firestring-0.1.21.tar.gz) = 24373e9973406af7dae65414534e4bed +MD5 (firestring-0.1.22.tar.gz) = c9e65fa76d1fffcd01d8052ba4231616 diff -ruN firestring.orig/files/patch-configure firestring/files/patch-configure --- firestring.orig/files/patch-configure Tue Oct 15 17:28:48 2002 +++ firestring/files/patch-configure Thu Oct 31 12:44:48 2002 @@ -1,5 +1,5 @@ --- configure.orig Sun Sep 22 06:37:40 2002 -+++ configure Tue Oct 15 17:22:58 2002 ++++ configure Thu Oct 31 12:44:24 2002 @@ -322,7 +322,7 @@ $ECHO "INCLUDEDIR ?= \$(PREFIX)/include" >> Makefile $ECHO "MANDIR ?= \$(PREFIX)/man" >> Makefile @@ -33,6 +33,15 @@ $ECHO -n " adding rule to install shared library $LIBRARY..." - $ECHO " ./install.sh $LIBRARY \$(LIBDIR) \$(INSTALL_USER) \$(INSTALL_GROUP) 0755" >> Makefile + $ECHO " ./install.sh $LIBRARY \$(PREFIX)/lib \$(INSTALL_USER) \$(INSTALL_GROUP) 0755" >> Makefile + $ECHO "done" + done; + $ECHO >> Makefile +@@ -556,7 +556,7 @@ + $ECHO "install-headers: $HEADERS" >> Makefile + for HEADER in $HEADERS; do + $ECHO -n " adding rule to install header $HEADER..." +- $ECHO " ./install.sh $HEADER \$(INCLUDEDIR) \$(INSTALL_USER) \$(INSTALL_GROUP) 0644" >> Makefile ++ $ECHO " ./install.sh $HEADER \$(PREFIX)/include \$(INSTALL_USER) \$(INSTALL_GROUP) 0644" >> Makefile $ECHO "done" done; $ECHO >> Makefile diff -ruN firestring.orig/pkg-comment firestring/pkg-comment --- firestring.orig/pkg-comment Tue Oct 15 17:18:51 2002 +++ firestring/pkg-comment Thu Oct 31 12:47:02 2002 @@ -1 +1 @@ -A library that provides maximum length aware string handling functions +A library to make string handling easier in C >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210310454.MAA03476>