svn commit: r322584 - in head/net: boinc-client boinc_curses
Rene Ladan
rene at FreeBSD.org
Tue Jul 9 21:39:22 UTC 2013
Author: rene
Date: Tue Jul 9 21:39:21 2013
New Revision: 322584
URL: http://svnweb.freebsd.org/changeset/ports/322584
Log:
Take maintainership.
While here convert Makefile headers.
Modified:
head/net/boinc-client/Makefile
head/net/boinc_curses/Makefile (contents, props changed)
Modified: head/net/boinc-client/Makefile
==============================================================================
--- head/net/boinc-client/Makefile Tue Jul 9 21:36:23 2013 (r322583)
+++ head/net/boinc-client/Makefile Tue Jul 9 21:39:21 2013 (r322584)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: boinc
-# Date created: 01 October 2004
-# Whom: J.R. Oldroyd <fbsd at opal.com>
-#
+# Created by: J.R. Oldroyd <fbsd at opal.com>
# $FreeBSD$
-#
PORTNAME= boinc-client
PORTVERSION= 7.0.28
@@ -12,7 +8,7 @@ CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= pav
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= rene at FreeBSD.org
COMMENT= Berkeley Open Infrastructure for Network Computing client
USE_XZ= yes
Modified: head/net/boinc_curses/Makefile
==============================================================================
--- head/net/boinc_curses/Makefile Tue Jul 9 21:36:23 2013 (r322583)
+++ head/net/boinc_curses/Makefile Tue Jul 9 21:39:21 2013 (r322584)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: boinc_curses
-# Date created: 15 Feb 2007
-# Whom: Pav Lucistnik <pav at FreeBSD.org>
-#
+# Created by: Pav Lucistnik <pav at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= boinc_curses
PORTVERSION= 0.2.2
@@ -11,7 +7,7 @@ PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.oook.cz/bsd/boinc_curses/
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= rene at FreeBSD.org
COMMENT= Console, ncurses based monitor and manager for BOINC
BUILD_DEPENDS= ${LOCALBASE}/lib/libboinc.a:${PORTSDIR}/net/boinc-client
More information about the svn-ports-head
mailing list