From 309ff161bace6cfec44cca1cdc4ba2602996425f Mon Sep 17 00:00:00 2001 From: shattered Date: Sat, 13 Nov 2010 21:08:54 +0000 Subject: Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES. --- chat/xaric/Makefile | 4 ++-- comms/gammu/Makefile.common | 4 ++-- devel/binutils/Makefile | 4 ++-- devel/byacc/Makefile | 4 ++-- devel/easygit/Makefile | 4 ++-- devel/electric-fence/Makefile | 4 ++-- devel/lcc/Makefile | 4 ++-- devel/ncurses/Makefile.common | 4 ++-- devel/noweb/Makefile | 4 ++-- devel/tmake/Makefile | 6 +++--- emulators/sms_sdl/Makefile | 6 +++--- games/fruit/Makefile | 6 +++--- graphics/libcaca/Makefile | 6 +++--- mail/offlineimap/Makefile | 4 ++-- mail/proxsmtp/Makefile | 6 +++--- math/calc/Makefile | 4 ++-- mbone/vat/Makefile | 4 ++-- multimedia/mkv2mp4/Makefile | 4 ++-- multimedia/vlc/Makefile | 6 +++--- net/GeoIP/Makefile | 4 ++-- net/freeradius/Makefile | 4 ++-- net/freeradius2/Makefile | 4 ++-- net/gated/Makefile | 4 ++-- security/libgcrypt/Makefile | 4 ++-- security/mozilla-rootcerts/Makefile | 4 ++-- security/uvscan/Makefile | 4 ++-- sysutils/cpuid/Makefile | 4 ++-- sysutils/mtoolsfm/Makefile | 4 ++-- textproc/ruby-bluecloth/Makefile | 4 ++-- 29 files changed, 64 insertions(+), 64 deletions(-) diff --git a/chat/xaric/Makefile b/chat/xaric/Makefile index 57013f112fd..f233c65d654 100644 --- a/chat/xaric/Makefile +++ b/chat/xaric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2010/01/29 16:08:17 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2010/11/13 21:08:54 shattered Exp $ # DISTNAME= xaric-0.12.1 @@ -7,7 +7,7 @@ CATEGORIES= chat MASTER_SITES= http://rexfeany.com/software/xaric/releases/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://rf.cx/software/xaric/ +HOMEPAGE= http://rexfeany.com/software/xaric/ COMMENT= IRC client similar to BitchX and ircII PKG_DESTDIR_SUPPORT= user-destdir diff --git a/comms/gammu/Makefile.common b/comms/gammu/Makefile.common index 01703ec9bfc..b1a550048f6 100644 --- a/comms/gammu/Makefile.common +++ b/comms/gammu/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2010/04/17 15:48:22 zafer Exp $ +# $NetBSD: Makefile.common,v 1.8 2010/11/13 21:08:54 shattered Exp $ # # used by comms/gammu/Makefile # used by comms/py-gammu/Makefile @@ -10,5 +10,5 @@ MASTER_SITES= http://dl.cihar.com/gammu/releases/ \ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://cihar.com/gammu/ +HOMEPAGE= http://wammu.eu/gammu/ LICENSE= gnu-gpl-v2 diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index acf47445ef5..c064f01d1dc 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2009/07/22 09:25:02 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2010/11/13 21:08:55 shattered Exp $ DISTNAME= binutils-2.17 PKGREVISION= 1 @@ -6,7 +6,7 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=binutils/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://directory.fsf.org/binutils.html +HOMEPAGE= http://directory.fsf.org/project/binutils/ COMMENT= GNU binary utilities PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/byacc/Makefile b/devel/byacc/Makefile index 416ea851c45..1c4f696b542 100644 --- a/devel/byacc/Makefile +++ b/devel/byacc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/07/24 17:13:00 tonnerre Exp $ +# $NetBSD: Makefile,v 1.10 2010/11/13 21:08:55 shattered Exp $ # DISTNAME= byacc-20050813 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://invisible-island.net/byacc/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://dickey.his.com/byacc/byacc.html +HOMEPAGE= http://invisible-island.net/byacc/byacc.html COMMENT= Berkeley Yacc PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/easygit/Makefile b/devel/easygit/Makefile index a7a4e89674b..3a37b42e801 100644 --- a/devel/easygit/Makefile +++ b/devel/easygit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/02/21 09:11:14 plunky Exp $ +# $NetBSD: Makefile,v 1.2 2010/11/13 21:08:55 shattered Exp $ DISTNAME= easygit-1.6.5.3 CATEGORIES= devel @@ -7,7 +7,7 @@ DIST_SUBDIR= ${PKGNAME_NOREV} DISTFILES= eg MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://people.gnome.org/~newren/eg +HOMEPAGE= http://people.gnome.org/~newren/eg/ COMMENT= Git porcelain wrapper in Perl LICENSE= gnu-gpl-v2 diff --git a/devel/electric-fence/Makefile b/devel/electric-fence/Makefile index b9584b41354..440642ac632 100644 --- a/devel/electric-fence/Makefile +++ b/devel/electric-fence/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/02/17 10:25:18 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2010/11/13 21:08:56 shattered Exp $ DISTNAME= electric-fence_2.1.13-0.1 PKGNAME= electric-fence-2.1.13.0.1 @@ -6,7 +6,7 @@ CATEGORIES= devel MASTER_SITES= http://perens.com/works/software/ElectricFence/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.perens.com/FreeSoftware/ +HOMEPAGE= http://perens.com/FreeSoftware/ COMMENT= Different kind of malloc() debugger CONFLICTS+= ElectricFence-[0-9]* diff --git a/devel/lcc/Makefile b/devel/lcc/Makefile index 75c2162d3d0..f874b5d4456 100644 --- a/devel/lcc/Makefile +++ b/devel/lcc/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.13 2008/03/03 17:45:35 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2010/11/13 21:08:56 shattered Exp $ DISTNAME= lcc-4.1 CATEGORIES= devel lang MASTER_SITES= ftp://ftp.cs.princeton.edu/pub/lcc/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.cs.princeton.edu/software/lcc/ +HOMEPAGE= http://sites.google.com/site/lccretargetablecompiler COMMENT= Local ANSI C compiler for a variety of platforms USE_TOOLS+= yacc diff --git a/devel/ncurses/Makefile.common b/devel/ncurses/Makefile.common index ec388b2cdf5..32be9c9b63a 100644 --- a/devel/ncurses/Makefile.common +++ b/devel/ncurses/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2010/06/21 14:49:00 tron Exp $ +# $NetBSD: Makefile.common,v 1.14 2010/11/13 21:08:56 shattered Exp $ # # used by devel/ncursesw/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=ncurses/} \ ftp://dickey.his.com/ncurses/${NC_VERS}/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://dickey.his.com/ncurses/ncurses.html +HOMEPAGE= http://invisible-island.net/ncurses/ncurses.html PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/noweb/Makefile b/devel/noweb/Makefile index c89bdcde25e..8416b3db821 100644 --- a/devel/noweb/Makefile +++ b/devel/noweb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2009/12/11 00:17:55 asau Exp $ +# $NetBSD: Makefile,v 1.39 2010/11/13 21:08:56 shattered Exp $ DISTNAME= noweb-2.11b CATEGORIES= devel @@ -6,7 +6,7 @@ MASTER_SITES= ftp://www.eecs.harvard.edu/pub/nr/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.eecs.harvard.edu/~nr/noweb/ +HOMEPAGE= http://www.cs.tufts.edu/~nr/noweb/ COMMENT= Simple, extensible literate-programming tool DEPENDS+= icon>=9.3:../../lang/icon diff --git a/devel/tmake/Makefile b/devel/tmake/Makefile index 9cf99773632..b66542eae36 100644 --- a/devel/tmake/Makefile +++ b/devel/tmake/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.12 2008/03/03 17:45:37 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2010/11/13 21:08:57 shattered Exp $ # DISTNAME= tmake-1.13 CATEGORIES= devel -MASTER_SITES= ftp://ftp.trolltech.com/freebies/tmake/ +MASTER_SITES= ftp://ftp.qtsoftware.com/freebies/tmake/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.trolltech.com/developer/downloads/qt/freebies/ +HOMEPAGE= http://www.qtsoftware.com/developer/downloads/qt/freebies/ COMMENT= Cross-platform Makefile Tool PKG_DESTDIR_SUPPORT= user-destdir diff --git a/emulators/sms_sdl/Makefile b/emulators/sms_sdl/Makefile index db7f1a34442..0881ec36a82 100644 --- a/emulators/sms_sdl/Makefile +++ b/emulators/sms_sdl/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.9 2009/08/25 11:57:45 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2010/11/13 21:08:57 shattered Exp $ # DISTNAME= sms_sdl-0.9.4a-r7.1-src PKGNAME= sms_sdl-0.9.4a.7.1 PKGREVISION= 3 CATEGORIES= emulators -MASTER_SITES= http://membres.lycos.fr/cyxdown/smssdl/ +MASTER_SITES= http://membres.multimania.fr/cyxdown/smssdl/ EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://membres.lycos.fr/cyxdown/smssdl/ +HOMEPAGE= http://membres.multimania.fr/cyxdown/smssdl/ COMMENT= SMS Plus emulator port to SDL PKG_DESTDIR_SUPPORT= user-destdir diff --git a/games/fruit/Makefile b/games/fruit/Makefile index 7ab30cb887e..0a5c1a51c98 100644 --- a/games/fruit/Makefile +++ b/games/fruit/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.4 2008/04/07 17:11:51 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2010/11/13 21:08:58 shattered Exp $ # DISTNAME= fruit_21_linux PKGNAME= fruit-2.1 CATEGORIES= games -MASTER_SITES= http://arctrix.com/nas/fruit/ +MASTER_SITES= http://arctrix.com/nas/chess/fruit/ EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://arctrix.com/nas/fruit/ +HOMEPAGE= http://arctrix.com/nas/chess/fruit/ COMMENT= Chess playing engine PKG_DESTDIR_SUPPORT= user-destdir diff --git a/graphics/libcaca/Makefile b/graphics/libcaca/Makefile index 512260893bb..6bca8b6502a 100644 --- a/graphics/libcaca/Makefile +++ b/graphics/libcaca/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.17 2009/12/15 21:48:02 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2010/11/13 21:08:58 shattered Exp $ # DISTNAME= libcaca-0.9 PKGREVISION= 3 CATEGORIES= graphics -MASTER_SITES= http://libcaca.zoy.org/ +MASTER_SITES= http://caca.zoy.org/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://libcaca.zoy.org/ +HOMEPAGE= http://caca.zoy.org/ COMMENT= Graphics library that outputs text instead of pixels, in colour PKG_DESTDIR_SUPPORT= user-destdir diff --git a/mail/offlineimap/Makefile b/mail/offlineimap/Makefile index d0177d5ba3e..c47ab39f632 100644 --- a/mail/offlineimap/Makefile +++ b/mail/offlineimap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2010/02/10 19:17:40 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2010/11/13 21:08:58 shattered Exp $ # DISTNAME= offlineimap_${_OFFLINEIMAP_VER} @@ -8,7 +8,7 @@ CATEGORIES= mail MASTER_SITES= http://software.complete.org/offlineimap/static/download_area/${_OFFLINEIMAP_VER}/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://software.complete.org/offlineimap +HOMEPAGE= http://software.complete.org/software/projects/show/offlineimap COMMENT= Powerful IMAP/Maildir synchronization and reader support PKG_DESTDIR_SUPPORT= user-destdir diff --git a/mail/proxsmtp/Makefile b/mail/proxsmtp/Makefile index 22a0f21631b..f70eb0189b2 100644 --- a/mail/proxsmtp/Makefile +++ b/mail/proxsmtp/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:35 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2010/11/13 21:08:59 shattered Exp $ DISTNAME= proxsmtp-1.0 PKGREVISION= 1 CATEGORIES= mail -MASTER_SITES= http://memberwebs.com/nielsen/software/proxsmtp/ +MASTER_SITES= http://memberwebs.com/stef/software/proxsmtp/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://memberwebs.com/nielsen/software/proxsmtp/ +HOMEPAGE= http://memberwebs.com/stef/software/proxsmtp/ COMMENT= SMTP proxy content filter PKG_DESTDIR_SUPPORT= user-destdir diff --git a/math/calc/Makefile b/math/calc/Makefile index b87c4554b04..a6bb4ec51ca 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2009/08/05 08:20:48 minskim Exp $ +# $NetBSD: Makefile,v 1.24 2010/11/13 21:08:59 shattered Exp $ DISTNAME= calc-2.02f PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -7,7 +7,7 @@ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:=calc/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://directory.fsf.org/math/calc.html +HOMEPAGE= http://directory.fsf.org/project/calc/ COMMENT= Advanced Calculator for GNU Emacs PKG_DESTDIR_SUPPORT= user-destdir diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile index eb7b9bcb504..4cb7e70ce2a 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2010/01/25 21:07:48 is Exp $ +# $NetBSD: Makefile,v 1.59 2010/11/13 21:08:59 shattered Exp $ # DISTNAME= vatsrc-4.0b2 @@ -8,7 +8,7 @@ CATEGORIES= mbone MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vat/alpha-test/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www-nrg.ee.lbl.gov/vat/ +HOMEPAGE= http://ee.lbl.gov/vat/ COMMENT= The Visual Audio Tool - multicast audioconferencing PKG_DESTDIR_SUPPORT= user-destdir diff --git a/multimedia/mkv2mp4/Makefile b/multimedia/mkv2mp4/Makefile index 93258aa103b..5558799b28c 100644 --- a/multimedia/mkv2mp4/Makefile +++ b/multimedia/mkv2mp4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2009/06/12 17:24:53 ahoka Exp $ +# $NetBSD: Makefile,v 1.8 2010/11/13 21:09:00 shattered Exp $ # SVNREV= 11 @@ -15,7 +15,7 @@ DISTFILES= ${DISTNAME}.py README DIST_SUBDIR= mkv2mp4 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://mkv2mp4.googlecode.com/ +HOMEPAGE= http://code.google.com/p/mkv2mp4 COMMENT= Remux mkv files to mp4 files compatible with standalone players WRKSRC= ${WRKDIR} diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index d7adc76f35e..c4b56918910 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.97 2010/11/04 12:34:54 wiz Exp $ +# $NetBSD: Makefile,v 1.98 2010/11/13 21:09:00 shattered Exp $ # DISTNAME= vlc-${VLC_VERSION} @@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar.bz2 VLC_VERSION= 1.0.6 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://videolan.org/ +HOMEPAGE= http://www.videolan.org/ COMMENT= VLC media player and streaming server LICENSE= gnu-gpl-v2 @@ -40,7 +40,7 @@ PLIST.cdda= yes BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.0 BUILDLINK_API_DEPENDS.vcdimager+= vcdimager>=0.7.20nb1 -CONFIGURE_ARGS+= --disable-speex # needs unstable 1.1.x branch +CONFIGURE_ARGS+= --disable-speex # needs unstable 1.1.x branch [1.2 in pkgsrc] CONFIGURE_ARGS+= --disable-smb CONFIGURE_ARGS+= --enable-cddax \ diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index 9802043d4d8..cf8fcea918d 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2010/01/21 17:41:06 heinz Exp $ +# $NetBSD: Makefile,v 1.25 2010/11/13 21:09:01 shattered Exp $ DISTNAME= GeoIP-1.4.6 PKGREVISION= 1 @@ -6,7 +6,7 @@ CATEGORIES= net MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/c/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.maxmind.com/download/geoip/api/c/ +HOMEPAGE= http://geolite.maxmind.com/download/geoip/api/c/ COMMENT= Find the country from any IP address LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2 # md5.c and types.h, from GNUPG diff --git a/net/freeradius/Makefile b/net/freeradius/Makefile index 747192f5dfe..91c53b03e05 100644 --- a/net/freeradius/Makefile +++ b/net/freeradius/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.72 2010/10/29 15:55:19 adam Exp $ +# $NetBSD: Makefile,v 1.73 2010/11/13 21:09:01 shattered Exp $ DISTNAME= freeradius-${RADVER} CATEGORIES= net MASTER_SITES= ftp://ftp.freeradius.org/pub/radius/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.freeradius.org/ +HOMEPAGE= http://freeradius.org/ COMMENT= Free RADIUS server implementation CONFLICTS+= freeradius-2.[0-9]* diff --git a/net/freeradius2/Makefile b/net/freeradius2/Makefile index 74895c8bac3..36c499f746e 100644 --- a/net/freeradius2/Makefile +++ b/net/freeradius2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2010/10/29 15:59:00 adam Exp $ +# $NetBSD: Makefile,v 1.15 2010/11/13 21:09:02 shattered Exp $ DISTNAME= freeradius-server-${RADVER} PKGNAME= ${DISTNAME:S/-server//} @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.freeradius.org/ +HOMEPAGE= http://freeradius.org/ COMMENT= Free RADIUS server implementation LICENSE= gnu-gpl-v2 diff --git a/net/gated/Makefile b/net/gated/Makefile index e2da5ad625c..131e9bdf7bf 100644 --- a/net/gated/Makefile +++ b/net/gated/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.34 2009/10/18 20:18:54 zafer Exp $ +# $NetBSD: Makefile,v 1.35 2010/11/13 21:09:02 shattered Exp $ DISTNAME= gated-3-5-11 PKGNAME= gated-3.5.11 PKGREVISION= 3 CATEGORIES= net -MASTER_SITES= http://www.nic.funet.fi/pub/unix/tcpip/gated/ +MASTER_SITES= http://www.funet.fi/pub/unix/tcpip/gated/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gated.org/ diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index e0dfdc9e2e5..08aa4007bfb 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2010/07/23 06:39:03 adam Exp $ +# $NetBSD: Makefile,v 1.48 2010/11/13 21:09:02 shattered Exp $ DISTNAME= libgcrypt-1.4.6 CATEGORIES= security @@ -10,7 +10,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= ${PKGNAME_NOREV} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://directory.fsf.org/security/libgcrypt.html +HOMEPAGE= http://directory.fsf.org/project/libgcrypt/ COMMENT= GNU cryptographic library LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 diff --git a/security/mozilla-rootcerts/Makefile b/security/mozilla-rootcerts/Makefile index 167898cea94..8e0ebb9dd6d 100644 --- a/security/mozilla-rootcerts/Makefile +++ b/security/mozilla-rootcerts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2010/10/22 10:41:49 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2010/11/13 21:09:03 shattered Exp $ DISTNAME= mozilla-rootcerts-1.0.${CERTDATA_DATE} CATEGORIES= security @@ -7,7 +7,7 @@ DISTFILES= ${CERTDATA} EXTRACT_SUFX= # empty MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://lxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1 +HOMEPAGE= http://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1 COMMENT= Root CA certificates from the Mozilla Project LICENSE= mpl-1.1 OR gnu-gpl-v2 OR gnu-lgpl-v2.1 diff --git a/security/uvscan/Makefile b/security/uvscan/Makefile index ca3e46439f9..3cfcd342c97 100644 --- a/security/uvscan/Makefile +++ b/security/uvscan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2010/01/27 21:13:11 joerg Exp $ +# $NetBSD: Makefile,v 1.47 2010/11/13 21:09:03 shattered Exp $ DISTNAME= vlp4510e PKGNAME= uvscan-5.10 @@ -8,7 +8,7 @@ MASTER_SITES= http://download.nai.com/products/evaluation/virusscan/english/cmd EXTRACT_SUFX= .tar.Z MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.mcafee.com/us/enterprise/products/anti_virus/file_servers_desktops/virusscan_command_line_scanner_windows_unix.html +HOMEPAGE= http://www.mcafee.com/us/enterprise/products/system_security/servers/virusscan_command_line_scanner_windows_unix.html COMMENT= Evaluation version of a DOS/Windows file virus scanner LICENSE= uvscan-license diff --git a/sysutils/cpuid/Makefile b/sysutils/cpuid/Makefile index 21240191682..3b3eb49f7e3 100644 --- a/sysutils/cpuid/Makefile +++ b/sysutils/cpuid/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.7 2010/01/27 18:24:33 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2010/11/13 21:09:04 shattered Exp $ DISTNAME= cpuid-3.3 CATEGORIES= sysutils MASTER_SITES= http://www.ka9q.net/code/cpuid/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://directory.fsf.org/System_administration/Configuration/cpuid.html +HOMEPAGE= http://directory.fsf.org/project/cpuid/ COMMENT= CPU identification feature PKG_DESTDIR_SUPPORT= user-destdir diff --git a/sysutils/mtoolsfm/Makefile b/sysutils/mtoolsfm/Makefile index 8001c110c7d..ae2163d8690 100644 --- a/sysutils/mtoolsfm/Makefile +++ b/sysutils/mtoolsfm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/07/14 12:56:12 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2010/11/13 21:09:04 shattered Exp $ # DISTNAME= MToolsFM-1.9-3 @@ -8,7 +8,7 @@ CATEGORIES= sysutils MASTER_SITES= http://www.core-coutainville.org/MToolsFM/archive/SOURCES/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.core-coutainville.org/MToolsFM/ +HOMEPAGE= http://mtoolsfm.sourceforge.net/ COMMENT= Easy MS-DOS disk access without learning MS-DOS commands PKG_DESTDIR_SUPPORT= user-destdir diff --git a/textproc/ruby-bluecloth/Makefile b/textproc/ruby-bluecloth/Makefile index 924d00863dc..7dc1b34d1b0 100644 --- a/textproc/ruby-bluecloth/Makefile +++ b/textproc/ruby-bluecloth/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2010/09/10 08:02:26 taca Exp $ +# $NetBSD: Makefile,v 1.3 2010/11/13 21:09:04 shattered Exp $ DISTNAME= bluecloth-2.0.7 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.deveiate.org/projects/BlueCloth +HOMEPAGE= http://deveiate.org/projects/BlueCloth COMMENT= Markdown library for Ruby LICENSE= original-bsd -- cgit v1.2.3