mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
- Update to 1.4.2
PR: ports/75465 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
This commit is contained in:
parent
0044d002b9
commit
4b4d0998a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125070
3 changed files with 8 additions and 17 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= obexapp
|
||||
PORTVERSION= 1.4.1
|
||||
PORTVERSION= 1.4.2
|
||||
CATEGORIES= comms net
|
||||
MASTER_SITES= http://www.geocities.com/m_evmenkin/
|
||||
|
||||
|
@ -17,6 +17,7 @@ LIB_DEPENDS= openobex-1.0.1:${PORTSDIR}/comms/openobex
|
|||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USE_ICONV= yes
|
||||
MAN1= obexapp.1
|
||||
MANCOMPRESSED= yes
|
||||
PLIST_FILES= bin/obexapp
|
||||
|
@ -24,7 +25,7 @@ PLIST_FILES= bin/obexapp
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 502101
|
||||
IGNORE= Needs -CURRENT from 20 Jan 2004 or later (sdpd)
|
||||
IGNORE= Needs 5.x from 20 Jan 2004 or later (sdpd)
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 502121
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (obexapp-1.4.1.tar.gz) = abea640c08bb32c2a592bd25480bb209
|
||||
SIZE (obexapp-1.4.1.tar.gz) = 291857
|
||||
MD5 (obexapp-1.4.2.tar.gz) = ae143292ab64fb44678335d5133eb3ef
|
||||
SIZE (obexapp-1.4.2.tar.gz) = 293451
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
--- Makefile.orig Fri Apr 9 23:09:09 2004
|
||||
+++ Makefile Thu Nov 25 22:38:10 2004
|
||||
--- Makefile.orig Fri Dec 24 12:51:54 2004
|
||||
+++ Makefile Fri Dec 24 12:53:13 2004
|
||||
@@ -1,11 +1,14 @@
|
||||
# $Id: Makefile,v 1.7 2004/04/09 21:09:09 max Exp $
|
||||
# $Id: Makefile,v 1.9 2004/12/23 23:09:48 max Exp $
|
||||
# $FreeBSD$
|
||||
|
||||
-BINDIR= /usr/local/bin
|
||||
|
@ -17,13 +17,3 @@
|
|||
WARNS?= 2
|
||||
|
||||
SRCS= main.c client.c event.c sdp.c server.c stream.c \
|
||||
@@ -13,8 +16,7 @@
|
||||
|
||||
DEBUG_FLAGS= -g
|
||||
|
||||
-CFLAGS= -I/usr/local/include \
|
||||
- -I/usr/local/include/openobex
|
||||
+CFLAGS+= -I/usr/local/include/openobex
|
||||
|
||||
DPADD= ${LIBBLUETOOTH} ${LIBSDP} ${LIBBSDXML}
|
||||
LDADD= -L/usr/lib -L/usr/local/lib \
|
||||
|
|
Loading…
Add table
Reference in a new issue