mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Upgrade to 0.73.
- Respect ${PREFIX}. PR: ports/102441 Submitted by: Wesley Shields <wxs@atarininja.org>
This commit is contained in:
parent
c876c8b227
commit
ad227bf47e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171383
3 changed files with 14 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= bittwist
|
PORTNAME= bittwist
|
||||||
PORTVERSION= 0.72
|
PORTVERSION= 0.73
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (bittwist-bsd-0.72.tar.gz) = 917d5ff5eb0264dd59052d4a7f039822
|
MD5 (bittwist-bsd-0.73.tar.gz) = 6f5693127cff9028c418898ded28d8ec
|
||||||
SHA256 (bittwist-bsd-0.72.tar.gz) = 13730a72f2a2967f605c2311a7755f1b842220f6f88f938b78a9bdd20fedd001
|
SHA256 (bittwist-bsd-0.73.tar.gz) = f7dc534b6e3289fb07f8d086f5561169b8004641b75fc88a475bfcd01751c41a
|
||||||
SIZE (bittwist-bsd-0.72.tar.gz) = 37138
|
SIZE (bittwist-bsd-0.73.tar.gz) = 38031
|
||||||
|
|
10
net/bittwist/files/patch-Makefile
Normal file
10
net/bittwist/files/patch-Makefile
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue