Index: head/comms/openobex/Makefile =================================================================== --- head/comms/openobex/Makefile (revision 409254) +++ head/comms/openobex/Makefile (revision 409255) @@ -1,28 +1,29 @@ # $FreeBSD$ PORTNAME= openobex PORTVERSION= 1.7.1 PORTREVISION= 2 CATEGORIES= comms net -MASTER_SITES= http://www.hendrik-sattler.de/downloads/${PORTNAME}/${PORTVERSION}/ +MASTER_SITES= SF \ + http://www.hendrik-sattler.de/downloads/${PORTNAME}/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-Source MAINTAINER= madpilot@FreeBSD.org COMMENT= Open source implementation of the OBEX protocol USE_LDCONFIG= yes USES= cmake dos2unix DOS2UNIX_FILES= CMakeLists.txt CMAKE_ARGS+= -DPKGCONFIG_INSTALL_DIR:STRING="${PREFIX}/libdata/pkgconfig" OPTIONS_DEFINE= DOXYGEN .if defined(PACKAGE_BUILDING) OPTIONS_DEFAULT+= DOXYGEN .endif OPTIONS_SUB=yes DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen DOXYGEN_CMAKE_OFF= -DBUILD_DOCUMENTATION=OFF .include Index: head/comms/openobex/pkg-descr =================================================================== --- head/comms/openobex/pkg-descr (revision 409254) +++ head/comms/openobex/pkg-descr (revision 409255) @@ -1,6 +1,6 @@ The overall goal of this project is to make an open source implementation of the Object Exchange (OBEX) protocol. OBEX is a session protocol and can best be described as a binary HTTP protocol. It's used mainly for Infrared and Bluetooth communication. -WWW: http://gitorious.org/openobex/pages/Home +WWW: http://dev.zuckschwerdt.org/openobex/