From e6f5e8753b5551474ae0811098da8aab5bb7b9b2 Mon Sep 17 00:00:00 2001 From: kili Date: Wed, 26 Aug 2009 13:22:20 +0000 Subject: [PATCH] Yet another web site that's too stupid to return a proper 404. Fix homepage, mirror the distfile on my machine, bump. http://alioth.debian.org/projects/necpp/ seems to host the distfiles now, but only newer versions. --- cad/necpp/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cad/necpp/Makefile b/cad/necpp/Makefile index ece6bc8fd60..7d4f493bb4e 100644 --- a/cad/necpp/Makefile +++ b/cad/necpp/Makefile @@ -1,13 +1,13 @@ -# $OpenBSD: Makefile,v 1.4 2007/09/15 21:36:57 simon Exp $ +# $OpenBSD: Makefile,v 1.5 2009/08/26 13:22:20 kili Exp $ COMMENT= NEC2++ antenna simulator DISTNAME= necpp-1.2.3 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= cad hamradio -HOMEPAGE= http://www.physics.otago.ac.nz/research/electronics/nec/ -MASTER_SITES= ${HOMEPAGE} +HOMEPAGE= http://elec.otago.ac.nz/w/index.php/Necpp +MASTER_SITES= http://openbsd.dead-parrot.de/distfiles/ MAINTAINER= Jason Wright