diff options
author | pav <pav@FreeBSD.org> | 2006-04-02 05:43:42 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-04-02 05:43:42 +0800 |
commit | 42bc3515ab1afafc3c99dfed1f9697a0a76bc2d1 (patch) | |
tree | 1faf284898d7adb76aeee2b6f65f4ac79b0e418f /net/ser/Makefile | |
parent | 7b4ef45e28b1c79c33ba32cd0816ee2b97cbe4ca (diff) | |
download | freebsd-ports-gnome-42bc3515ab1afafc3c99dfed1f9697a0a76bc2d1.tar.gz freebsd-ports-gnome-42bc3515ab1afafc3c99dfed1f9697a0a76bc2d1.tar.zst freebsd-ports-gnome-42bc3515ab1afafc3c99dfed1f9697a0a76bc2d1.zip |
- Update to 0.9.6
PR: ports/94026
Submitted by: Babak Farrokhi <babak@farrokhi.net>
Approved by: maintainer timeout (sobomax; 1 month)
Diffstat (limited to 'net/ser/Makefile')
-rw-r--r-- | net/ser/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ser/Makefile b/net/ser/Makefile index 72dbe2590e89..66ec1f19c5a2 100644 --- a/net/ser/Makefile +++ b/net/ser/Makefile @@ -6,10 +6,10 @@ # PORTNAME= ser -PORTVERSION= 0.9.3 -PORTREVISION= 1 +PORTVERSION= 0.9.6 CATEGORIES= net -MASTER_SITES= ftp://ftp.berlios.de/pub/ser/${PORTVERSION}/src/ +MASTER_SITES= http://download.berlios.de/ser/ \ + http://download2.berlios.de/ser/ DISTNAME= ${PORTNAME}-${PORTVERSION}_src MAINTAINER= sobomax@FreeBSD.org @@ -47,7 +47,7 @@ MAKE_ENV+= POSTGRESQL=postgres .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" || ${ARCH} == "ia64" -BROKEN= "Does not compile completely on sparc64 or ia64" +BROKEN= Does not compile completely on sparc64 or ia64 .endif post-install: |