diff options
author | Michael Landin <mich@FreeBSD.org> | 2003-09-25 09:00:35 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2003-09-25 09:00:35 +0000 |
commit | a7016bc2145963e4d92825611763ec8d9aead170 (patch) | |
tree | 3206ff498d3a2bca8a28e3a079c686aa65aad905 /comms/tits | |
parent | b73613f41c05ede1da1674eadbc698ce7eb6a6b6 (diff) | |
download | ports-a7016bc2145963e4d92825611763ec8d9aead170.tar.gz ports-a7016bc2145963e4d92825611763ec8d9aead170.zip |
Notes
Diffstat (limited to 'comms/tits')
-rw-r--r-- | comms/tits/Makefile | 2 | ||||
-rw-r--r-- | comms/tits/distinfo | 2 | ||||
-rw-r--r-- | comms/tits/files/patch-Makefile | 9 |
3 files changed, 7 insertions, 6 deletions
diff --git a/comms/tits/Makefile b/comms/tits/Makefile index 6e19bb6271a9..1849adbdcfa0 100644 --- a/comms/tits/Makefile +++ b/comms/tits/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tits -PORTVERSION= 1.0.3 +PORTVERSION= 1.1.1 CATEGORIES= comms MASTER_SITES= http://www.mctavish.co.uk/tits/ diff --git a/comms/tits/distinfo b/comms/tits/distinfo index c2898930bdba..9b966754b22a 100644 --- a/comms/tits/distinfo +++ b/comms/tits/distinfo @@ -1 +1 @@ -MD5 (tits-1.0.3.tar.gz) = c6fc7763aafe384e097c2a44b3b0350c +MD5 (tits-1.1.1.tar.gz) = 24935ffa3c6b4f70df6b0ee26000d048 diff --git a/comms/tits/files/patch-Makefile b/comms/tits/files/patch-Makefile index 18db9a5957e6..4e56d6d80bfb 100644 --- a/comms/tits/files/patch-Makefile +++ b/comms/tits/files/patch-Makefile @@ -1,9 +1,10 @@ ---- Makefile.orig Tue Feb 20 12:27:21 2001 -+++ Makefile Wed Sep 4 20:46:58 2002 -@@ -30,14 +30,15 @@ +--- Makefile.orig Wed Sep 24 16:05:07 2003 ++++ Makefile Wed Sep 24 16:06:52 2003 +@@ -29,15 +29,15 @@ + # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - WARNS= 2 +-WARNS= 2 +NO_WERROR=1 PROG= tits |