diff options
author | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-04 16:16:26 +0000 |
---|---|---|
committer | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-04 16:16:26 +0000 |
commit | f0cc112582eadf013f1ea77904de9b9e47984b5b (patch) | |
tree | 029fc47d838e45ddb2792140a50f42edf4635cb6 /comms/obexapp | |
parent | d9e559f2daba1ac02e7ddf60e53893ce85039df5 (diff) |
Chase comms/openobex update and bump PORTREVISION
Remove patches applied upstream.
PR: ports/105855
Submitted by: Matthew West <mwest@uct.ac.za>
Approved by: Guido Falsi <mad@madpilot.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=178833
Diffstat (limited to 'comms/obexapp')
-rw-r--r-- | comms/obexapp/Makefile | 3 | ||||
-rw-r--r-- | comms/obexapp/files/patch-main.c | 11 | ||||
-rw-r--r-- | comms/obexapp/files/patch-sdp.c | 11 | ||||
-rw-r--r-- | comms/obexapp/files/patch-server.c | 11 | ||||
-rw-r--r-- | comms/obexapp/files/patch-transport.c | 11 |
5 files changed, 2 insertions, 45 deletions
diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile index 62fc298a3a06..2fa0c97acf06 100644 --- a/comms/obexapp/Makefile +++ b/comms/obexapp/Makefile @@ -7,13 +7,14 @@ PORTNAME= obexapp PORTVERSION= 1.4.4 +PORTREVISION= 1 CATEGORIES= comms net MASTER_SITES= http://www.geocities.com/m_evmenkin/ MAINTAINER= mad@madpilot.net COMMENT= Obex application to transfer objects to mobile equipment -LIB_DEPENDS= openobex-1.0.1:${PORTSDIR}/comms/openobex +LIB_DEPENDS= openobex:${PORTSDIR}/comms/openobex WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/comms/obexapp/files/patch-main.c b/comms/obexapp/files/patch-main.c deleted file mode 100644 index 0487683b00cb..000000000000 --- a/comms/obexapp/files/patch-main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- main.c.orig Tue Dec 28 15:23:30 2004 -+++ main.c Tue Dec 28 15:23:48 2004 -@@ -36,7 +36,7 @@ - #include <libgen.h> - #include <limits.h> - #include <obex.h> --#include <sdp.h> -+#include </usr/include/sdp.h> - #include <signal.h> - #include <stdarg.h> - #include <stdio.h> diff --git a/comms/obexapp/files/patch-sdp.c b/comms/obexapp/files/patch-sdp.c deleted file mode 100644 index a25d46348d81..000000000000 --- a/comms/obexapp/files/patch-sdp.c +++ /dev/null @@ -1,11 +0,0 @@ ---- sdp.c.orig Tue Dec 28 15:24:24 2004 -+++ sdp.c Tue Dec 28 15:24:42 2004 -@@ -31,7 +31,7 @@ - - #include <bluetooth.h> - #include <errno.h> --#include <sdp.h> -+#include </usr/include/sdp.h> - #include <stdio.h> - - #undef PROTOCOL_DESCRIPTOR_LIST_BUFFER_SIZE diff --git a/comms/obexapp/files/patch-server.c b/comms/obexapp/files/patch-server.c deleted file mode 100644 index ea56a433047e..000000000000 --- a/comms/obexapp/files/patch-server.c +++ /dev/null @@ -1,11 +0,0 @@ ---- server.c.orig Tue Dec 28 15:25:33 2004 -+++ server.c Tue Dec 28 15:25:45 2004 -@@ -40,7 +40,7 @@ - #include <limits.h> - #include <obex.h> - #include <pwd.h> --#include <sdp.h> -+#include </usr/include/sdp.h> - #include <stdio.h> - #include <stdlib.h> - #include <string.h> diff --git a/comms/obexapp/files/patch-transport.c b/comms/obexapp/files/patch-transport.c deleted file mode 100644 index f624c7da3d35..000000000000 --- a/comms/obexapp/files/patch-transport.c +++ /dev/null @@ -1,11 +0,0 @@ ---- transport.c.orig Tue Dec 28 15:26:50 2004 -+++ transport.c Tue Dec 28 15:27:03 2004 -@@ -35,7 +35,7 @@ - #include <errno.h> - #include <obex.h> - #include <fcntl.h> --#include <sdp.h> -+#include </usr/include/sdp.h> - #include <stdlib.h> - #include <string.h> - #include <syslog.h> |