From owner-svn-ports-head@FreeBSD.ORG Tue Jun 2 13:00:39 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0F50B688; Tue, 2 Jun 2015 13:00:39 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D88B41EDF; Tue, 2 Jun 2015 13:00:38 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t52D0csM002244; Tue, 2 Jun 2015 13:00:38 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t52D0cfO002241; Tue, 2 Jun 2015 13:00:38 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201506021300.t52D0cfO002241@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Tue, 2 Jun 2015 13:00:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388347 - in head: . audio audio/beep X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jun 2015 13:00:39 -0000 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@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}