1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Update to 1.4.6

PR:		112142
Submitted by:	Guido Falsi <mad@madpilot.net> (maintainer)
This commit is contained in:
Martin Wilke 2007-04-26 19:43:59 +00:00
parent 129ce954a9
commit 3c94745777
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190945
3 changed files with 8 additions and 12 deletions

View File

@ -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/

View File

@ -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

View File

@ -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 \