diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-11-18 10:58:10 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-11-18 10:58:10 +0000 |
commit | 4526133aa48618ad8a30f1137ee51957496069fb (patch) | |
tree | a460def5c8ec1c4bb34be1e36bd2a79d9e1db036 /comms/obexapp | |
parent | 14c2cdc0193857b944b16fc813faf2852d9b41df (diff) | |
download | ports-4526133aa48618ad8a30f1137ee51957496069fb.tar.gz ports-4526133aa48618ad8a30f1137ee51957496069fb.zip |
Notes
Diffstat (limited to 'comms/obexapp')
-rw-r--r-- | comms/obexapp/Makefile | 5 | ||||
-rw-r--r-- | comms/obexapp/distinfo | 5 | ||||
-rw-r--r-- | comms/obexapp/files/patch-Makefile | 13 |
3 files changed, 11 insertions, 12 deletions
diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile index 417a519b473c..26c122139da5 100644 --- a/comms/obexapp/Makefile +++ b/comms/obexapp/Makefile @@ -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 --git a/comms/obexapp/distinfo b/comms/obexapp/distinfo index 856228407395..400affed96be 100644 --- a/comms/obexapp/distinfo +++ b/comms/obexapp/distinfo @@ -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 --git a/comms/obexapp/files/patch-Makefile b/comms/obexapp/files/patch-Makefile index 9050629b1285..9ae9fd81dddb 100644 --- a/comms/obexapp/files/patch-Makefile +++ b/comms/obexapp/files/patch-Makefile @@ -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> -- |