diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2016-02-20 16:33:08 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2016-02-20 16:33:08 +0000 |
commit | 4be9ab4465d5a6af58b0b3246d5dfc88d8bada3c (patch) | |
tree | f0cdef218a20a9e4564e2ca6a17afea9ff427aff /comms/openobex | |
parent | fba4759173cf292aa1243f31e1134fcfc9f480a0 (diff) | |
download | ports-4be9ab4465d5a6af58b0b3246d5dfc88d8bada3c.tar.gz ports-4be9ab4465d5a6af58b0b3246d5dfc88d8bada3c.zip |
Notes
Diffstat (limited to 'comms/openobex')
-rw-r--r-- | comms/openobex/Makefile | 3 | ||||
-rw-r--r-- | comms/openobex/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/comms/openobex/Makefile b/comms/openobex/Makefile index 96b2dc25cd48..a4cbbcfe2ffc 100644 --- a/comms/openobex/Makefile +++ b/comms/openobex/Makefile @@ -4,7 +4,8 @@ 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 diff --git a/comms/openobex/pkg-descr b/comms/openobex/pkg-descr index 7134481863f0..624a1af38ca3 100644 --- a/comms/openobex/pkg-descr +++ b/comms/openobex/pkg-descr @@ -3,4 +3,4 @@ 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/ |