aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archivers/zip/Makefile5
-rw-r--r--astro/wmmoonclock/Makefile5
-rw-r--r--astro/xearth/Makefile6
-rw-r--r--devel/byaccj/Makefile5
-rw-r--r--devel/csmith/Makefile5
-rw-r--r--devel/gzstream/Makefile4
-rw-r--r--devel/t1lib/Makefile5
-rw-r--r--games/xroach/Makefile4
-rw-r--r--games/xteddy/Makefile5
-rw-r--r--graphics/hsetroot/Makefile7
-rw-r--r--mail/xmailbox/Makefile2
-rw-r--r--misc/fortune-mod-futurama/Makefile5
-rw-r--r--science/gromacs/Makefile5
-rw-r--r--security/chaosreader/Makefile7
-rw-r--r--www/fcgi/Makefile5
-rw-r--r--www/fcgiwrap/Makefile4
-rw-r--r--x11-fm/catseye-fm/Makefile5
-rw-r--r--x11-fonts/cyberbit-ttfonts/Makefile5
-rw-r--r--x11-servers/Xfstt/Makefile5
-rw-r--r--x11/grabc/Makefile5
-rw-r--r--x11/xdialog/Makefile5
-rw-r--r--x11/xtrlock/Makefile5
22 files changed, 49 insertions, 60 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile
index 56a51eb92bdf..83099a4b5f77 100644
--- a/archivers/zip/Makefile
+++ b/archivers/zip/Makefile
@@ -5,11 +5,10 @@ PORTNAME= zip
PORTVERSION= 3.0
PORTREVISION= 1
CATEGORIES= archivers
-MASTER_SITES= SF/info${PORTNAME}/Zip%203.x%20%28latest%29/${PORTVERSION} \
- http://www.skysmurf.nl/comp/FreeBSD/distfiles/
+MASTER_SITES= SF/info${PORTNAME}/Zip%203.x%20%28latest%29/${PORTVERSION}
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
-MAINTAINER= freebsd@skysmurf.nl
+MAINTAINER= ports@FreeBSD.org
COMMENT= Create/update ZIP files compatible with PKZIP
# License is BSD-based, but not identical, so intall with documentation
diff --git a/astro/wmmoonclock/Makefile b/astro/wmmoonclock/Makefile
index 0138c57deda4..3ee69dd0fc3e 100644
--- a/astro/wmmoonclock/Makefile
+++ b/astro/wmmoonclock/Makefile
@@ -5,10 +5,9 @@ PORTNAME= wmMoonClock
PORTVERSION= 1.27
PORTREVISION= 3
CATEGORIES= astro windowmaker
-MASTER_SITES= http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/ \
- http://www.skysmurf.nl/comp/FreeBSD/distfiles/
+MASTER_SITES= http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/
-MAINTAINER= freebsd@skysmurf.nl
+MAINTAINER= ports@FreeBSD.org
COMMENT= Displays the phase of the moon, plus orbital data
LICENSE= GPLv2
diff --git a/astro/xearth/Makefile b/astro/xearth/Makefile
index 55b258d41790..fe6b67a4325b 100644
--- a/astro/xearth/Makefile
+++ b/astro/xearth/Makefile
@@ -4,11 +4,9 @@
PORTNAME= xearth
PORTVERSION= 1.2
CATEGORIES= astro geography
-MASTER_SITES= http://seis.bris.ac.uk/~mexas/ \
- http://www.skysmurf.nl/comp/FreeBSD/distfiles/ \
- LOCAL/madpilot/xearth
+MASTER_SITES= LOCAL/madpilot/xearth
-MAINTAINER= freebsd@skysmurf.nl
+MAINTAINER= ports@FreeBSD.org
COMMENT= Set the root window to the image of earth
USE_XORG= x11 xext sm ice xt
diff --git a/devel/byaccj/Makefile b/devel/byaccj/Makefile
index 2596a5bf5b89..a236fc788f0e 100644
--- a/devel/byaccj/Makefile
+++ b/devel/byaccj/Makefile
@@ -4,11 +4,10 @@
PORTNAME= byaccj
PORTVERSION= 1.15
CATEGORIES= devel java
-MASTER_SITES= SF \
- http://www.skysmurf.nl/comp/FreeBSD/distfiles/
+MASTER_SITES= SF
DISTNAME= ${PORTNAME}${PORTVERSION}_src
-MAINTAINER= freebsd@skysmurf.nl
+MAINTAINER= ports@FreeBSD.org
COMMENT= Java extension of BSD YACC-compatible parser generator
PLIST_FILES= bin/byaccj
diff --git a/devel/csmith/Makefile b/devel/csmith/Makefile
index e5c97d3bd741..a3c98a04d095 100644
--- a/devel/csmith/Makefile
+++ b/devel/csmith/Makefile
@@ -3,10 +3,9 @@
PORTNAME= csmith
PORTVERSION= 2.2.0
CATEGORIES= devel
-MASTER_SITES= http://embed.cs.utah.edu/csmith/ \
- http://www.skysmurf.nl/comp/FreeBSD/distfiles/
+MASTER_SITES= http://embed.cs.utah.edu/csmith/
-MAINTAINER= freebsd@skysmurf.nl
+MAINTAINER= ports@FreeBSD.org
COMMENT= Generates random C programs that conform to the C99 standard
LICENSE= BSD2CLAUSE
diff --git a/devel/gzstream/Makefile b/devel/gzstream/Makefile
index 3e731da6e812..cd1b839fa299 100644
--- a/devel/gzstream/Makefile
+++ b/devel/gzstream/Makefile
@@ -7,11 +7,13 @@ PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www.skysmurf.nl/comp/FreeBSD/distfiles/
-MAINTAINER= freebsd@skysmurf.nl
+MAINTAINER= ports@FreeBSD.org
COMMENT= Provides zlib functionality in an iostream
LICENSE= LGPL21
+BROKEN= unfetchable (apparently abandoned upstream)
+
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= lib/lib${PORTNAME}.so lib/lib${PORTNAME}.so.0 \
diff --git a/devel/t1lib/Makefile b/devel/t1lib/Makefile
index f771daa38e1e..144a77228567 100644
--- a/devel/t1lib/Makefile
+++ b/devel/t1lib/Makefile
@@ -6,10 +6,9 @@ PORTVERSION= 5.1.2
PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= devel
-MASTER_SITES= SUNSITE/libs/graphics/ \
- http://www.skysmurf.nl/comp/FreeBSD/distfiles/
+MASTER_SITES= SUNSITE/libs/graphics/
-MAINTAINER= freebsd@skysmurf.nl
+MAINTAINER= ports@FreeBSD.org
COMMENT= Type 1 font rasterization library for Unix/X11
LICENSE= LGPL20
diff --git a/games/xroach/Makefile b/games/xroach/Makefile
index 2b370eb2b7fa..7b93c4ba3e67 100644
--- a/games/xroach/Makefile
+++ b/games/xroach/Makefile
@@ -8,9 +8,11 @@ CATEGORIES= games
MASTER_SITES= http://www.skysmurf.nl/comp/FreeBSD/distfiles/
DISTNAME= ${PORTNAME}
-MAINTAINER= freebsd@skysmurf.nl
+MAINTAINER= ports@FreeBSD.org
COMMENT= Cockroaches hide under your windows
+BROKEN= unfetchable (apparently abandoned upstream)
+
USE_XORG= x11
PLIST_FILES= bin/xroach man/man6/xroach.6.gz
diff --git a/games/xteddy/Makefile b/games/xteddy/Makefile
index b64799a3d244..08ad4b68d434 100644
--- a/games/xteddy/Makefile
+++ b/games/xteddy/Makefile
@@ -5,10 +5,9 @@ PORTNAME= xteddy
PORTVERSION= 2.2
PORTREVISION= 1
CATEGORIES= games
-MASTER_SITES= http://webstaff.itn.liu.se/~stegu/xteddy/ \
- http://www.skysmurf.nl/comp/FreeBSD/distfiles/
+MASTER_SITES= http://webstaff.itn.liu.se/~stegu/xteddy/
-MAINTAINER= freebsd@skysmurf.nl
+MAINTAINER= ports@FreeBSD.org
COMMENT= Cuddlesome teddy for the X desktop
LICENSE= GPLv2
diff --git a/graphics/hsetroot/Makefile b/graphics/hsetroot/Makefile
index ec33a200c174..efd7a95a73d5 100644
--- a/graphics/hsetroot/Makefile
+++ b/graphics/hsetroot/Makefile
@@ -5,16 +5,17 @@ PORTNAME= hsetroot
PORTVERSION= 1.0.2
PORTREVISION= 11
CATEGORIES= graphics
-MASTER_SITES= http://cdn.thegraveyard.org/releases/hsetroot/ \
- http://www.skysmurf.nl/comp/FreeBSD/distfiles/
+MASTER_SITES= http://cdn.thegraveyard.org/releases/hsetroot/
-MAINTAINER= freebsd@skysmurf.nl
+MAINTAINER= ports@FreeBSD.org
COMMENT= Wallpaper manipulation utility for X11
LICENSE= GPLv2
LIB_DEPENDS= libImlib2.so:graphics/imlib2
+BROKEN= unfetchable (apparently abandoned upstream)
+
GNU_CONFIGURE= yes
USES= gmake
USE_XORG= x11
diff --git a/mail/xmailbox/Makefile b/mail/xmailbox/Makefile
index c4a8340a5a15..4fe138392cfd 100644
--- a/mail/xmailbox/Makefile
+++ b/mail/xmailbox/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= XCONTRIB/applications
-MAINTAINER= freebsd@skysmurf.nl
+MAINTAINER= ports@FreeBSD.org
COMMENT= Mailbox checker with sound and animation for X Window System
USES= imake
diff --git a/misc/fortune-mod-futurama/Makefile b/misc/fortune-mod-futurama/Makefile
index ef26cfd4d026..b280406e62e0 100644
--- a/misc/fortune-mod-futurama/Makefile
+++ b/misc/fortune-mod-futurama/Makefile
@@ -5,10 +5,9 @@ PORTNAME= fortune-mod-futurama
PORTVERSION= 0.2
PORTREVISION= 4
CATEGORIES= misc
-MASTER_SITES= http://www.netmeister.org/apps/ \
- http://www.skysmurf.nl/comp/FreeBSD/distfiles/
+MASTER_SITES= http://www.netmeister.org/apps/
-MAINTAINER= freebsd@skysmurf.nl
+MAINTAINER= ports@FreeBSD.org
COMMENT= Compilation of quotes from the TV series "Futurama"
USES= tar:bzip2
diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile
index 6e17170fb7fa..f928d1160577 100644
--- a/science/gromacs/Makefile
+++ b/science/gromacs/Makefile
@@ -5,10 +5,9 @@ PORTNAME= gromacs
PORTVERSION= 5.0.6
PORTREVISION= 3
CATEGORIES= science
-MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/ \
- http://www.skysmurf.nl/comp/FreeBSD/distfiles/
+MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/
-MAINTAINER= freebsd@skysmurf.nl
+MAINTAINER= ports@FreeBSD.org
COMMENT= Compute molecular dynamics
LICENSE= LGPL21
diff --git a/security/chaosreader/Makefile b/security/chaosreader/Makefile
index ac3531d298a8..ee46f4e9e3c5 100644
--- a/security/chaosreader/Makefile
+++ b/security/chaosreader/Makefile
@@ -5,19 +5,18 @@ PORTNAME= chaosreader
PORTVERSION= 0.94
PORTREVISION= 1
CATEGORIES= security
-MASTER_SITES= SF \
- http://www.skysmurf.nl/comp/FreeBSD/distfiles/
+MASTER_SITES= SF
DISTFILES= ${PORTNAME}${PORTVERSION} sshkeydata0.20
EXTRACT_ONLY=
-NO_WRKSUBDIR= yes
-MAINTAINER= freebsd@skysmurf.nl
+MAINTAINER= ports@FreeBSD.org
COMMENT= Tool to extract data from tcpdump logs
NO_BUILD= yes
USES= perl5 shebangfix
USE_PERL5= run
+NO_WRKSUBDIR= yes
PLIST_FILES= bin/${PORTNAME} bin/sshkeydata
SHEBANG_FILES= chaosreader sshkeydata
diff --git a/www/fcgi/Makefile b/www/fcgi/Makefile
index 178747ddca1a..e697c86dc355 100644
--- a/www/fcgi/Makefile
+++ b/www/fcgi/Makefile
@@ -5,11 +5,10 @@ PORTNAME= fcgi
PORTVERSION= 2.4.0
PORTREVISION= 5
CATEGORIES= www
-MASTER_SITES= http://www.fastcgi.com/dist/ \
- http://www.skysmurf.nl/comp/FreeBSD/distfiles/
+MASTER_SITES= http://www.fastcgi.com/dist/
PKGNAMESUFFIX= -devkit
-MAINTAINER= freebsd@skysmurf.nl
+MAINTAINER= ports@FreeBSD.org
COMMENT= FastCGI Development Kit
LICENSE= Open_Market_FastCGI_license
diff --git a/www/fcgiwrap/Makefile b/www/fcgiwrap/Makefile
index f5980cd27a23..351d725b2fb8 100644
--- a/www/fcgiwrap/Makefile
+++ b/www/fcgiwrap/Makefile
@@ -6,13 +6,15 @@ PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= http://www.skysmurf.nl/comp/FreeBSD/distfiles/
-MAINTAINER= freebsd@skysmurf.nl
+MAINTAINER= ports@FreeBSD.org
COMMENT= Simple FastCGI wrapper for CGI scripts
LICENSE= MIT
LIB_DEPENDS= libfcgi.so:www/fcgi
+BROKEN= unfetchable
+
USES= autoreconf gmake pkgconfig
USE_GITHUB= yes
diff --git a/x11-fm/catseye-fm/Makefile b/x11-fm/catseye-fm/Makefile
index 000ab5c75ef5..f545c404a96f 100644
--- a/x11-fm/catseye-fm/Makefile
+++ b/x11-fm/catseye-fm/Makefile
@@ -6,10 +6,9 @@ PORTVERSION= 4.2.0.0
PORTREVISION= 2
CATEGORIES= x11-fm
MASTER_SITES= http://catseye-fm.sourceforge.net/downloads/ \
- http://catseye-fm-temp.sourceforge.net/downloads/ \
- http://www.skysmurf.nl/comp/FreeBSD/distfiles/
+ http://catseye-fm-temp.sourceforge.net/downloads/
-MAINTAINER= freebsd@skysmurf.nl
+MAINTAINER= ports@FreeBSD.org
COMMENT= Clear, fast, powerful file browser using gtk+2.0
LICENSE= GPLv3
diff --git a/x11-fonts/cyberbit-ttfonts/Makefile b/x11-fonts/cyberbit-ttfonts/Makefile
index 88002de292df..7e7f063343a3 100644
--- a/x11-fonts/cyberbit-ttfonts/Makefile
+++ b/x11-fonts/cyberbit-ttfonts/Makefile
@@ -7,14 +7,13 @@ PORTREVISION= 4
CATEGORIES= x11-fonts
MASTER_SITES= http://ftp.netscape.com/pub/communicator/extras/fonts/windows/ \
http://aol-4.vo.llnwd.net/pub/communicator/extras/fonts/windows/ \
- ftp://ftp.netscape.com/pub/communicator/extras/fonts/windows/ \
- http://www.skysmurf.nl/comp/FreeBSD/distfiles/cyberbit/
+ ftp://ftp.netscape.com/pub/communicator/extras/fonts/windows/
DISTFILES= Cyberbit.ZIP 97CyberBase.Doc 97CyberBit.Doc 97CyberCJK.Doc \
CYBERBIT.DOC CYBERCJK.DOC READMEfirst.txt ReadMe.htm
DIST_SUBDIR= cyberbit
EXTRACT_ONLY= Cyberbit.ZIP
-MAINTAINER= freebsd@skysmurf.nl
+MAINTAINER= ports@FreeBSD.org
COMMENT= Bitstream Cyberbit is a TrueType font that covers Unicode 2.0
RESTRICTED= Redistribution not permitted; single user license only.
diff --git a/x11-servers/Xfstt/Makefile b/x11-servers/Xfstt/Makefile
index 53c6d25a3dae..62a329e1dbbb 100644
--- a/x11-servers/Xfstt/Makefile
+++ b/x11-servers/Xfstt/Makefile
@@ -4,10 +4,9 @@
PORTNAME= xfstt
PORTVERSION= 1.9.2
CATEGORIES= x11-servers
-MASTER_SITES= http://archive.hadrons.org/software/xfstt/ \
- http://www.skysmurf.nl/comp/FreeBSD/distfiles/
+MASTER_SITES= http://archive.hadrons.org/software/xfstt/
-MAINTAINER= freebsd@skysmurf.nl
+MAINTAINER= ports@FreeBSD.org
COMMENT= TrueType font server for X11
LICENSE= GPLv2
diff --git a/x11/grabc/Makefile b/x11/grabc/Makefile
index 17ee30dfa200..809e827941e1 100644
--- a/x11/grabc/Makefile
+++ b/x11/grabc/Makefile
@@ -5,11 +5,10 @@ PORTNAME= grabc
PORTVERSION= 1.1
PORTREVISION= 4
CATEGORIES= x11
-MASTER_SITES= http://muquit.com/muquit/software/grabc/ \
- http://www.skysmurf.nl/comp/FreeBSD/distfiles/
+MASTER_SITES= http://muquit.com/muquit/software/grabc/
DISTNAME= ${PORTNAME}${PORTVERSION}
-MAINTAINER= freebsd@skysmurf.nl
+MAINTAINER= ports@FreeBSD.org
COMMENT= Grab a color from screen
LICENSE= GPLv2 # specified on the website
diff --git a/x11/xdialog/Makefile b/x11/xdialog/Makefile
index b4e954e35879..2732abc8773e 100644
--- a/x11/xdialog/Makefile
+++ b/x11/xdialog/Makefile
@@ -5,11 +5,10 @@ PORTNAME= xdialog
PORTVERSION= 2.3.1
PORTREVISION= 7
CATEGORIES= x11
-MASTER_SITES= http://xdialog.free.fr/ \
- http://www.skysmurf.nl/comp/FreeBSD/distfiles/
+MASTER_SITES= http://xdialog.free.fr/
DISTNAME= ${PORTNAME:S/x/X/}-${PORTVERSION}
-MAINTAINER= freebsd@skysmurf.nl
+MAINTAINER= ports@FreeBSD.org
COMMENT= Drop in replacement for the "dialog" or "cdialog" programs
LICENSE= GPLv2
diff --git a/x11/xtrlock/Makefile b/x11/xtrlock/Makefile
index e3ec1c993ceb..2750dc1b397e 100644
--- a/x11/xtrlock/Makefile
+++ b/x11/xtrlock/Makefile
@@ -4,11 +4,10 @@
PORTNAME= xtrlock
PORTVERSION= 2.8
CATEGORIES= x11
-MASTER_SITES= DEBIAN \
- http://www.skysmurf.nl/comp/FreeBSD/distfiles/
+MASTER_SITES= DEBIAN
DISTNAME= ${PORTNAME}_${PORTVERSION}
-MAINTAINER= freebsd@skysmurf.nl
+MAINTAINER= ports@FreeBSD.org
COMMENT= X Transparent Lock
LICENSE= GPLv2+