7067795 Upgrade httping from 1.3.0 to 1.4.4
authorKevin Crowe <Kevin.Crowe@oracle.com>
Mon, 18 Jul 2011 09:36:51 -0700
changeset 411 47dc7d1d6551
parent 410 fdc3e8fcde4a
child 412 5125546873a9
7067795 Upgrade httping from 1.3.0 to 1.4.4
components/httping/Makefile
components/httping/httping.p5m
components/httping/patches/Makefile.patch
components/httping/patches/httping.1.patch
--- a/components/httping/Makefile	Mon Jul 18 07:15:35 2011 -0700
+++ b/components/httping/Makefile	Mon Jul 18 09:36:51 2011 -0700
@@ -23,11 +23,11 @@
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		httping
-COMPONENT_VERSION=	1.3.0
+COMPONENT_VERSION=	1.4.4
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_PROJECT_URL=	http://www.vanheusden.com/httping/
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tgz
-COMPONENT_ARCHIVE_HASH=	sha1:be259962d2be9eac70cd62f86e0345e21f85076b
+COMPONENT_ARCHIVE_HASH=	sha1:f74604d3ad5a1f1a68a483ccb40bd5bb0b280262
 COMPONENT_ARCHIVE_URL=	http://www.vanheusden.com/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
 
 include ../../make-rules/prep.mk
@@ -43,7 +43,7 @@
 
 install:	$(INSTALL_32)
 
-test:	$(TEST_32)
+test:	$(NO_TESTS)
 
 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
 
--- a/components/httping/httping.p5m	Mon Jul 18 07:15:35 2011 -0700
+++ b/components/httping/httping.p5m	Mon Jul 18 09:36:51 2011 -0700
@@ -38,9 +38,14 @@
 dir path=usr
 dir path=usr/bin
 dir path=usr/share
+dir path=usr/share/doc
+dir path=/usr/share/doc/httping
 dir path=usr/share/man
 dir path=usr/share/man/man1
 file path=usr/bin/httping
+file path=usr/share/doc/httping/license.txt
+file path=usr/share/doc/httping/license.OpenSSL
+file path=usr/share/doc/httping/readme.txt
 file path=usr/share/man/man1/httping.1
 
 legacy pkg=SUNWhttping \
--- a/components/httping/patches/Makefile.patch	Mon Jul 18 07:15:35 2011 -0700
+++ b/components/httping/patches/Makefile.patch	Mon Jul 18 09:36:51 2011 -0700
@@ -1,18 +1,11 @@
---- httping-1.3.0/Makefile	Wed Feb 18 07:32:43 2009
-+++ httping-1.3.0/Makefile.new	Wed Jun 29 12:48:41 2011
-@@ -23,12 +23,14 @@
- all: httping
+--- httping-1.4.4/Makefile	Sat Jul 24 03:32:07 2010
++++ httping-1.4.4/Makefile.new	Fri Jul 15 09:54:53 2011
+@@ -16,7 +16,7 @@
+ 
+ TARGET=httping
  
- httping: $(OBJS)
--	$(CC) -Wall -W $(OBJS) $(LDFLAGS) -o httping
-+	$(CC) $(LDFLAGS) $(OBJS) -o httping
- 	#
- 	# Oh, blatant plug: http://keetweej.vanheusden.com/wishlist.html
+-WFLAGS=-Wall -W
++WFLAGS=
+ OFLAGS=-O2
+ CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\"
  
- install: httping
-+	mkdir -p $(DESTDIR)/usr/bin
- 	cp httping $(DESTDIR)/usr/bin
-+	mkdir -p $(DESTDIR)/usr/share/man/man1
- 	cp httping.1 $(DESTDIR)/usr/share/man/man1/
- 
- clean:
--- a/components/httping/patches/httping.1.patch	Mon Jul 18 07:15:35 2011 -0700
+++ b/components/httping/patches/httping.1.patch	Mon Jul 18 09:36:51 2011 -0700
@@ -1,5 +1,5 @@
---- httping-1.3.0/httping.1	Wed Feb 18 07:32:43 2009
-+++ httping-1.3.0/httping.1.new	Thu Jun 30 07:59:36 2011
+--- httping-1.4.4/httping.1	Sat Jul 24 03:32:07 2010
++++ httping-1.4.4/httping.1.new	Fri Jul 15 09:55:46 2011
 @@ -11,7 +11,8 @@
  .BI "httping [" options "]
  .sp