Date: Mon, 11 Jan 2010 18:15:39 +0100 (CET) From: Guido Falsi <mad@madpilot.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/142720: [maintainer-update] comms/obexapp: update to 1.4.13 Message-ID: <20100111171539.8B751106D@megatron.madpilot.net> Resent-Message-ID: <201001111720.o0BHK4S5059345@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 142720 >Category: ports >Synopsis: [maintainer-update] comms/obexapp: update to 1.4.13 >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: Mon Jan 11 17:20:03 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Guido Falsi >Release: FreeBSD 8.0-STABLE amd64 >Organization: none >Environment: System: FreeBSD megatron.madpilot.net 8.0-STABLE FreeBSD 8.0-STABLE #9: Mon Dec 14 20:51:26 CET 2009 root@megatron.madpilot.net:/usr/obj/usr/src/sys/MEGATRON amd64 >Description: Update to 1.4.13. >How-To-Repeat: >Fix: diff -ruN obexapp.old/Makefile obexapp/Makefile --- obexapp.old/Makefile 2010-01-11 15:44:24.352263721 +0100 +++ obexapp/Makefile 2010-01-11 16:28:05.861270129 +0100 @@ -6,9 +6,9 @@ # PORTNAME= obexapp -PORTVERSION= 1.4.12 +PORTVERSION= 1.4.13 CATEGORIES= comms net -MASTER_SITES= http://www.geocities.com/m_evmenkin/ +MASTER_SITES= http://people.freebsd.org/~emax/obexapp/ MAINTAINER= mad@madpilot.net COMMENT= Obex application to transfer objects to mobile equipment diff -ruN obexapp.old/distinfo obexapp/distinfo --- obexapp.old/distinfo 2010-01-11 15:44:24.351270025 +0100 +++ obexapp/distinfo 2010-01-11 15:48:15.203957465 +0100 @@ -1,3 +1,3 @@ -MD5 (obexapp-1.4.12.tar.gz) = 13a294a0f9edaf5ff974e52c971677b3 -SHA256 (obexapp-1.4.12.tar.gz) = c65b64a904438b2dd0e66c84cc95933be2330ec8d743913b91a313dfd2878d82 -SIZE (obexapp-1.4.12.tar.gz) = 33179 +MD5 (obexapp-1.4.13.tar.gz) = 07612cdff3942934e743c1ea1785309d +SHA256 (obexapp-1.4.13.tar.gz) = d89548c76281fb308f1ab04069b00778677c63c4e28832c3bcf0bc27df010333 +SIZE (obexapp-1.4.13.tar.gz) = 32001 diff -ruN obexapp.old/files/patch-Makefile obexapp/files/patch-Makefile --- obexapp.old/files/patch-Makefile 2010-01-11 15:44:24.350267388 +0100 +++ obexapp/files/patch-Makefile 2010-01-11 16:33:12.800865435 +0100 @@ -1,6 +1,8 @@ ---- Makefile.orig Mon Apr 23 20:29:18 2007 -+++ Makefile Thu May 3 13:48:19 2007 -@@ -3,4 +3,7 @@ +--- Makefile.orig 2010-01-11 16:28:21.863788110 +0100 ++++ Makefile 2010-01-11 16:32:04.806025041 +0100 +@@ -1,8 +1,11 @@ + # $Id: Makefile,v 1.12 2010/01/08 18:31:22 max Exp $ + # $FreeBSD$ -BINDIR= /usr/local/bin -MANDIR= /usr/local/man/man @@ -10,18 +12,21 @@ +BINDIR= ${PREFIX}/bin +MANDIR= ${PREFIX}/man/man PROG= obexapp -@@ -15,4 +18,4 @@ + MAN1= obexapp.1 + +@@ -13,12 +16,11 @@ + + DEBUG_FLAGS= -g -CFLAGS+= -I/usr/local/include \ -- -I/usr/local/include/openobex \ +- -I/usr/local/include/openobex +CFLAGS+= -idirafter ${LOCALBASE}/include \ -+ -I${LOCALBASE}/include/openobex \ - -fno-strict-aliasing -@@ -20,3 +23,3 @@ ++ -I${LOCALBASE}/include/openobex + DPADD= ${LIBBLUETOOTH} ${LIBSDP} ${LIBBSDXML} ${LIBREADLINE} -LDADD= -L/usr/lib -L/usr/local/lib \ +LDADD= -L/usr/lib -L${LOCALBASE}/lib \ -lbluetooth -lsdp -lopenobex -lbsdxml -lreadline -liconv -@@ -24,2 +27 @@ + .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?20100111171539.8B751106D>