diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2005-10-09 01:54:18 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2005-10-09 01:54:18 +0800 |
commit | eccc1689ceec0b4fa81b7743f19437070323fd85 (patch) | |
tree | 4dd58eb15b2ee334d67b7211534bc1f9220c266a /net/httping | |
parent | d0a9df3368c0ce69bd18bdd317f37d9990ae14e3 (diff) | |
download | freebsd-ports-gnome-eccc1689ceec0b4fa81b7743f19437070323fd85.tar.gz freebsd-ports-gnome-eccc1689ceec0b4fa81b7743f19437070323fd85.tar.zst freebsd-ports-gnome-eccc1689ceec0b4fa81b7743f19437070323fd85.zip |
- Update to 1.0.5
- Additional master site
Approved by: novel (mentor)
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 |