diff options
author | miwi <miwi@FreeBSD.org> | 2007-04-27 03:43:59 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-04-27 03:43:59 +0800 |
commit | c7f3dd478fa956c077f1a8d07b01a2ba26759c89 (patch) | |
tree | 617b399b0a360018a8f38b7d5a8c4b80a83c90b7 /comms | |
parent | fbb0004c50a1787e21b346061701ba7509fce4f3 (diff) | |
download | freebsd-ports-gnome-c7f3dd478fa956c077f1a8d07b01a2ba26759c89.tar.gz freebsd-ports-gnome-c7f3dd478fa956c077f1a8d07b01a2ba26759c89.tar.zst freebsd-ports-gnome-c7f3dd478fa956c077f1a8d07b01a2ba26759c89.zip |
- Update to 1.4.6
PR: 112142
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/obexapp/Makefile | 2 | ||||
-rw-r--r-- | comms/obexapp/distinfo | 6 | ||||
-rw-r--r-- | comms/obexapp/files/patch-Makefile | 12 |
3 files changed, 8 insertions, 12 deletions
diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile index 8d759767fbbb..3df1ebfd7448 100644 --- a/comms/obexapp/Makefile +++ b/comms/obexapp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= obexapp -PORTVERSION= 1.4.5 +PORTVERSION= 1.4.6 CATEGORIES= comms net MASTER_SITES= http://www.geocities.com/m_evmenkin/ diff --git a/comms/obexapp/distinfo b/comms/obexapp/distinfo index 1898e999963b..41c01fc64aee 100644 --- a/comms/obexapp/distinfo +++ b/comms/obexapp/distinfo @@ -1,3 +1,3 @@ -MD5 (obexapp-1.4.5.tar.gz) = ff68b91b819d5f7b9153d5ecae3f131b -SHA256 (obexapp-1.4.5.tar.gz) = f70007f20ee31acf22a950dc53af79c84f70857689a68510bc63709f2859665d -SIZE (obexapp-1.4.5.tar.gz) = 30384 +MD5 (obexapp-1.4.6.tar.gz) = d766e481e40c359de29320bc07aa4c92 +SHA256 (obexapp-1.4.6.tar.gz) = e66ef08f73d5e13245a1441805773c839f0cb7fd6818ac2554cbd0b631a0c48d +SIZE (obexapp-1.4.6.tar.gz) = 30811 diff --git a/comms/obexapp/files/patch-Makefile b/comms/obexapp/files/patch-Makefile index 0b401619a270..def3cd2edbfb 100644 --- a/comms/obexapp/files/patch-Makefile +++ b/comms/obexapp/files/patch-Makefile @@ -1,7 +1,7 @@ ---- Makefile.orig Fri Dec 24 00:09:48 2004 -+++ Makefile Tue Dec 28 15:23:07 2004 -@@ -1,11 +1,14 @@ - # $Id: Makefile,v 1.9 2004/12/23 23:09:48 max Exp $ +--- Makefile.orig Mon Apr 23 20:29:18 2007 ++++ Makefile Wed Apr 25 20:41:52 2007 +@@ -1,8 +1,10 @@ + # $Id: Makefile,v 1.11 2007/04/23 18:29:18 max Exp $ # $FreeBSD$ -BINDIR= /usr/local/bin @@ -13,7 +13,3 @@ PROG= obexapp MAN1= obexapp.1 -+NO_WERROR= yes - WARNS?= 2 - - SRCS= main.c client.c event.c sdp.c server.c stream.c \ |