diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-08-25 13:16:34 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-08-25 13:16:34 +0000 |
commit | ad227bf47e41ac6b4af54666f40a3ea667817f2c (patch) | |
tree | a002f106e8397c7412bed31cee14a4d87fc2faa7 /net/bittwist | |
parent | c876c8b2279f85aa4788c3cd4c9141156ade7717 (diff) |
Notes
Diffstat (limited to 'net/bittwist')
-rw-r--r-- | net/bittwist/Makefile | 2 | ||||
-rw-r--r-- | net/bittwist/distinfo | 6 | ||||
-rw-r--r-- | net/bittwist/files/patch-Makefile | 10 |
3 files changed, 14 insertions, 4 deletions
diff --git a/net/bittwist/Makefile b/net/bittwist/Makefile index a3c5b9d81b8a..5c4e3ead7b66 100644 --- a/net/bittwist/Makefile +++ b/net/bittwist/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bittwist -PORTVERSION= 0.72 +PORTVERSION= 0.73 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net/bittwist/distinfo b/net/bittwist/distinfo index 68b212bdc364..05db9dd60639 100644 --- a/net/bittwist/distinfo +++ b/net/bittwist/distinfo @@ -1,3 +1,3 @@ -MD5 (bittwist-bsd-0.72.tar.gz) = 917d5ff5eb0264dd59052d4a7f039822 -SHA256 (bittwist-bsd-0.72.tar.gz) = 13730a72f2a2967f605c2311a7755f1b842220f6f88f938b78a9bdd20fedd001 -SIZE (bittwist-bsd-0.72.tar.gz) = 37138 +MD5 (bittwist-bsd-0.73.tar.gz) = 6f5693127cff9028c418898ded28d8ec +SHA256 (bittwist-bsd-0.73.tar.gz) = f7dc534b6e3289fb07f8d086f5561169b8004641b75fc88a475bfcd01751c41a +SIZE (bittwist-bsd-0.73.tar.gz) = 38031 diff --git a/net/bittwist/files/patch-Makefile b/net/bittwist/files/patch-Makefile new file mode 100644 index 000000000000..45d005749cff --- /dev/null +++ b/net/bittwist/files/patch-Makefile @@ -0,0 +1,10 @@ +--- Makefile.orig Thu Aug 24 21:10:59 2006 ++++ Makefile Thu Aug 24 21:11:09 2006 +@@ -1,6 +1,6 @@ + SHELL = /bin/sh + +-prefix = /usr/local ++prefix = ${PREFIX} + exec_prefix = ${prefix} + bindir = ${exec_prefix}/bin + mandir = ${prefix}/man/man1 |