aboutsummaryrefslogtreecommitdiff
path: root/comms/obexapp
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-01-18 01:28:25 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-01-18 01:28:25 +0000
commit9f0dc041698d66bd19fe9ef833e9b3d787d0f02c (patch)
treeef52df4288df4a5783710f253e0d42800cb02ed7 /comms/obexapp
parent188eabc46cf96b56c3071a0e5d892fe2707e598e (diff)
downloadports-9f0dc041698d66bd19fe9ef833e9b3d787d0f02c.tar.gz
ports-9f0dc041698d66bd19fe9ef833e9b3d787d0f02c.zip
- Update to 1.4.13
PR: ports/142720 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=248051
Diffstat (limited to 'comms/obexapp')
-rw-r--r--comms/obexapp/Makefile4
-rw-r--r--comms/obexapp/distinfo6
-rw-r--r--comms/obexapp/files/patch-Makefile23
3 files changed, 19 insertions, 14 deletions
diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile
index 0a8f9bd2d7a4..417a519b473c 100644
--- a/comms/obexapp/Makefile
+++ b/comms/obexapp/Makefile
@@ -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 --git a/comms/obexapp/distinfo b/comms/obexapp/distinfo
index 7220913e40e8..856228407395 100644
--- a/comms/obexapp/distinfo
+++ b/comms/obexapp/distinfo
@@ -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 --git a/comms/obexapp/files/patch-Makefile b/comms/obexapp/files/patch-Makefile
index a95fb90db3d4..9050629b1285 100644
--- a/comms/obexapp/files/patch-Makefile
+++ b/comms/obexapp/files/patch-Makefile
@@ -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>
-