diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-08 17:54:18 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-08 17:54:18 +0000 |
commit | 1009202937864ef97cf1dcd6f6a595430c3b4904 (patch) | |
tree | 02c839a83af3eca2a4f117add4b9c293a59d876e /net/httping | |
parent | 7c9e35b9fc71c4701c6a072178395d4267b03e1a (diff) |
Notes
Diffstat (limited to 'net/httping')
-rw-r--r-- | net/httping/Makefile | 8 | ||||
-rw-r--r-- | net/httping/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net/httping/Makefile b/net/httping/Makefile index 2bda61a071b7..dd8d65868aba 100644 --- a/net/httping/Makefile +++ b/net/httping/Makefile @@ -6,9 +6,11 @@ # PORTNAME= httping -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= net -MASTER_SITES= http://www.vanheusden.com/httping/ +MASTER_SITES= http://www.vanheusden.com/httping/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ehaupt EXTRACT_SUFX= .tgz MAINTAINER= ehaupt@FreeBSD.org @@ -24,7 +26,7 @@ do-build: .for f in ${SRC} ${CC} ${CFLAGS} -c ${WRKSRC}/${f}.c -o ${WRKSRC}/${f}.o .endfor - ${CC} ${CFLAGS} ${LDFLAGS} ${SRC:C/(.*)/${WRKSRC}\/\1.o/} \ + ${CC} ${LDFLAGS} ${SRC:C/(.*)/${WRKSRC}\/\1.o/} \ -o ${WRKSRC}/${PORTNAME} do-install: diff --git a/net/httping/distinfo b/net/httping/distinfo index 96e73f01c141..a53737ea2d47 100644 --- a/net/httping/distinfo +++ b/net/httping/distinfo @@ -1,2 +1,2 @@ -MD5 (httping-1.0.4.tgz) = e685b5cd583ad0442e2f6c8a5bf5ceca -SIZE (httping-1.0.4.tgz) = 8439 +MD5 (httping-1.0.5.tgz) = f04c7644ec00bcc40137db1246fef1c7 +SIZE (httping-1.0.5.tgz) = 8432 |