diff options
author | rene <rene@FreeBSD.org> | 2014-03-10 16:51:58 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-03-10 16:51:58 +0800 |
commit | ac8c5e0878126ff9f5f534dc1be5efe93f4c61f9 (patch) | |
tree | aae2da6818c73349ef2e61ad840432bdf5f60f3f /audio/beep/Makefile | |
parent | 9397e3aed02912bbd6ada15add5d277aa861eb04 (diff) | |
download | freebsd-ports-gnome-ac8c5e0878126ff9f5f534dc1be5efe93f4c61f9.tar.gz freebsd-ports-gnome-ac8c5e0878126ff9f5f534dc1be5efe93f4c61f9.tar.zst freebsd-ports-gnome-ac8c5e0878126ff9f5f534dc1be5efe93f4c61f9.zip |
Remove some expired ports:
2014-03-09 mail/fetchyahoo: Yahoo classic mail interface is discontinued, so this port is permanently broken
2014-03-07 audio/beep: No more public distfiles
2014-03-07 audio/p5-Audio-Beep: Depends on expiring audio/beep
2014-03-06 multimedia/beep-media-player: Abandonware, please consider using multimedia/audacious instead
Diffstat (limited to 'audio/beep/Makefile')
-rw-r--r-- | audio/beep/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/audio/beep/Makefile b/audio/beep/Makefile deleted file mode 100644 index c162cb3b7035..000000000000 --- a/audio/beep/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Tyler Spivey -# $FreeBSD$ - -PORTNAME= beep -PORTVERSION= 1.0 -CATEGORIES= audio -MASTER_SITES= http://freebsd.unixfreunde.de/sources/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Beeps a certain duration and pitch out of the PC Speaker - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2014-03-07 - -WRKSRC= ${WRKDIR}/${PORTNAME} - -ONLY_FOR_ARCHS= i386 amd64 pc98 - -PLIST_FILES= bin/beep man/man1/beep.1.gz - -post-patch: - ${REINPLACE_CMD} 's|machine/speaker\.h|dev/speaker/speaker.h|' \ - ${WRKSRC}/beep.c - -.include <bsd.port.mk> |