Bug 175651 - Update master sites
Summary: Update master sites
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-28 14:30 UTC by ekoort
Modified: 2013-01-28 15:21 UTC (History)
0 users

See Also:


Attachments
file.diff (493 bytes, patch)
2013-01-28 14:30 UTC, ekoort
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ekoort 2013-01-28 14:30:00 UTC
Add additional master site. No other changes.

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-01-28 15:13:17 UTC
Author: wen
Date: Mon Jan 28 15:13:05 2013
New Revision: 311123
URL: http://svnweb.freebsd.org/changeset/ports/311123

Log:
  - Add additional master site
  
  While here:
  - Trim Makefile headers
  
  PR:		175651
  Submitted by:	Eimar Koort <eimar.koort@gmail.com> (maintainer)

Modified:
  head/x11/keyboardcast/Makefile

Modified: head/x11/keyboardcast/Makefile
==============================================================================
--- head/x11/keyboardcast/Makefile	Mon Jan 28 14:39:39 2013	(r311122)
+++ head/x11/keyboardcast/Makefile	Mon Jan 28 15:13:05 2013	(r311123)
@@ -1,15 +1,12 @@
-# New ports collection makefile for:   keyboardcast
-# Date created:        12 jaan 2010
-# Whom:                eimar.koort
-#
+# Created by: eimar.koort
 # $FreeBSD$
-#
 
 PORTNAME=	keyboardcast
 PORTVERSION=	0.1.1
 PORTREVISION=	1
 CATEGORIES=	x11
-MASTER_SITES=	http://desrt.mcmaster.ca/code/keyboardcast/
+MASTER_SITES=	GOOGLE_CODE \
+		http://desrt.mcmaster.ca/code/keyboardcast/
 
 MAINTAINER=	eimar.koort@gmail.com
 COMMENT=	Broadcast keystrokes to multiple X windows for Gnome2
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 2 Wen Heping freebsd_committer freebsd_triage 2013-01-28 15:21:42 UTC
State Changed
From-To: open->closed

Committed. Thanks!