Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Nov 2010 23:48:17 +0100 (CET)
From:      Guido Falsi <mad@madpilot.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/152343: [maintainer-update] comms/obexapp: updaate to 1.4.14
Message-ID:  <20101117224817.F27B018DD@megatron.madpilot.net>
Resent-Message-ID: <201011172250.oAHMoCfN076768@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         152343
>Category:       ports
>Synopsis:       [maintainer-update] comms/obexapp: updaate to 1.4.14
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 17 22:50:11 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Guido Falsi
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
none
>Environment:
System: FreeBSD megatron.madpilot.net 8.1-STABLE FreeBSD 8.1-STABLE #23: Sun Nov 14 14:54:14 CET 2010 root@megatron.madpilot.net:/usr/obj/usr/src/sys/MEGATRON amd64

>Description:

Update to 1.4.14

>How-To-Repeat:

>Fix:

diff -ruN obexapp.old/Makefile obexapp/Makefile
--- obexapp.old/Makefile	2010-11-17 23:37:51.213390128 +0100
+++ obexapp/Makefile	2010-11-17 23:38:08.005416932 +0100
@@ -6,14 +6,15 @@
 #
 
 PORTNAME=	obexapp
-PORTVERSION=	1.4.13
+PORTVERSION=	1.4.14
 CATEGORIES=	comms net
 MASTER_SITES=	http://people.freebsd.org/~emax/obexapp/
 
 MAINTAINER=	mad@madpilot.net
 COMMENT=	Obex application to transfer objects to mobile equipment
 
-LIB_DEPENDS=	openobex:${PORTSDIR}/comms/openobex
+LIB_DEPENDS=	openobex:${PORTSDIR}/comms/openobex \
+		expat.6:${PORTSDIR}/textproc/expat2
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
diff -ruN obexapp.old/distinfo obexapp/distinfo
--- obexapp.old/distinfo	2010-11-17 23:37:51.205390319 +0100
+++ obexapp/distinfo	2010-11-17 23:38:08.003416334 +0100
@@ -1,3 +1,2 @@
-MD5 (obexapp-1.4.13.tar.gz) = 07612cdff3942934e743c1ea1785309d
-SHA256 (obexapp-1.4.13.tar.gz) = d89548c76281fb308f1ab04069b00778677c63c4e28832c3bcf0bc27df010333
-SIZE (obexapp-1.4.13.tar.gz) = 32001
+SHA256 (obexapp-1.4.14.tar.gz) = 237f1eae506501f23c0e0568381ab4afcf714030a7f7ed402d3019cac9bc537c
+SIZE (obexapp-1.4.14.tar.gz) = 32468
diff -ruN obexapp.old/files/patch-Makefile obexapp/files/patch-Makefile
--- obexapp.old/files/patch-Makefile	2010-11-17 23:37:51.205390319 +0100
+++ obexapp/files/patch-Makefile	2010-11-17 23:38:07.994409975 +0100
@@ -1,7 +1,7 @@
---- Makefile.orig	2010-01-11 16:28:21.863788110 +0100
-+++ Makefile	2010-01-11 16:32:04.806025041 +0100
+--- Makefile.orig	2010-11-03 19:28:50.000000000 +0100
++++ Makefile	2010-11-17 22:40:49.360429702 +0100
 @@ -1,8 +1,11 @@
- # $Id: Makefile,v 1.12 2010/01/08 18:31:22 max Exp $
+ # $Id: Makefile,v 1.13 2010/11/03 18:28:50 max Exp $
  # $FreeBSD$
  
 -BINDIR=		/usr/local/bin
@@ -14,7 +14,7 @@
  PROG=		obexapp
  MAN1=		obexapp.1
  
-@@ -13,12 +16,11 @@
+@@ -13,11 +16,11 @@
  
  DEBUG_FLAGS=	-g
  
@@ -23,10 +23,9 @@
 +CFLAGS+=	-idirafter ${LOCALBASE}/include \
 +		-I${LOCALBASE}/include/openobex
  
- DPADD=		${LIBBLUETOOTH} ${LIBSDP} ${LIBBSDXML} ${LIBREADLINE}
+ DPADD=		${LIBBLUETOOTH} ${LIBSDP} ${LIBREADLINE}
 -LDADD=		-L/usr/lib -L/usr/local/lib \
 +LDADD=		-L/usr/lib -L${LOCALBASE}/lib \
- 		-lbluetooth -lsdp -lopenobex -lbsdxml -lreadline -liconv
+ 		-lbluetooth -lsdp -lopenobex -lexpat -lreadline -liconv
  
  .include <bsd.prog.mk>
--
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101117224817.F27B018DD>