svn commit: r388347 - in head: . audio audio/beep
Renato Botelho
garga at FreeBSD.org
Tue Jun 2 13:00:39 UTC 2015
Author: garga
Date: Tue Jun 2 13:00:37 2015
New Revision: 388347
URL: https://svnweb.freebsd.org/changeset/ports/388347
Log:
Ressurrect audio/beep and host source on my local area
Sponsored by: Netgate
Added:
head/audio/beep/
- copied from r347723, head/audio/beep/
Modified:
head/MOVED
head/audio/Makefile
head/audio/beep/Makefile
Modified: head/MOVED
==============================================================================
--- head/MOVED Tue Jun 2 12:57:30 2015 (r388346)
+++ head/MOVED Tue Jun 2 13:00:37 2015 (r388347)
@@ -5599,7 +5599,6 @@ audio/fmio||2014-03-08|Has expired: No m
audio/libmtp|multimedia/libmtp|2014-03-09|Moved from audio to multimedia
mail/p5-Mail-SpamAssassin-Alt|mail/p5-Mail-SpamAssassin|2014-03-09|Retired; please use mail/p5-Mail-SpamAssassin
mail/fetchyahoo||2014-03-10|Has expired: Yahoo classic mail interface is discontinued, so this port is permanently broken
-audio/beep||2014-03-10|Has expired: No more public distfiles
audio/p5-Audio-Beep||2014-03-10|Has expired: Depends on expiring audio/beep
multimedia/beep-media-player|multimedia/audacious|2014-03-10|Has expired: Abandonware, please consider using multimedia/audacious instead
graphics/jumpgis-postgis||2014-03-10|Has expired: Depends on expiring graphics/jumpgis
Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile Tue Jun 2 12:57:30 2015 (r388346)
+++ head/audio/Makefile Tue Jun 2 13:00:37 2015 (r388347)
@@ -51,6 +51,7 @@
SUBDIR += baudline
SUBDIR += bcg729
SUBDIR += beast
+ SUBDIR += beep
SUBDIR += beets
SUBDIR += blop
SUBDIR += boodler
Modified: head/audio/beep/Makefile
==============================================================================
--- head/audio/beep/Makefile Mon Mar 10 08:40:47 2014 (r347723)
+++ head/audio/beep/Makefile Tue Jun 2 13:00:37 2015 (r388347)
@@ -4,13 +4,12 @@
PORTNAME= beep
PORTVERSION= 1.0
CATEGORIES= audio
-MASTER_SITES= http://freebsd.unixfreunde.de/sources/
+MASTER_SITES= LOCAL/garga/${PORTNAME}
MAINTAINER= ports at FreeBSD.org
COMMENT= Beeps a certain duration and pitch out of the PC Speaker
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2014-03-07
+LICENSE= BSD4CLAUSE
WRKSRC= ${WRKDIR}/${PORTNAME}
More information about the svn-ports-head
mailing list