svn commit: r310602 - head/graphics/svgalib

Niclas Zeising zeising at FreeBSD.org
Fri Jan 18 12:47:14 UTC 2013


Author: zeising
Date: Fri Jan 18 12:47:14 2013
New Revision: 310602
URL: http://svnweb.freebsd.org/changeset/ports/310602

Log:
  Grab
  While here, trim makefile headers.
  
  Approved by:	kwm, miwi (mentors, implicit)

Modified:
  head/graphics/svgalib/Makefile

Modified: head/graphics/svgalib/Makefile
==============================================================================
--- head/graphics/svgalib/Makefile	Fri Jan 18 12:37:43 2013	(r310601)
+++ head/graphics/svgalib/Makefile	Fri Jan 18 12:47:14 2013	(r310602)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	SVGAlib
-# Date created:				24 August 2000
-# Whom:					Maxim Sobolev <sobomax at FreeBSD.org>
-#
+# Created by:				Maxim Sobolev <sobomax at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	svgalib
 PORTVERSION=	1.4.3
@@ -11,7 +7,7 @@ PORTREVISION=	6
 CATEGORIES=	graphics devel
 MASTER_SITES=	http://www.svgalib.org/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	zeising at FreeBSD.org
 COMMENT=	A low level console graphics library
 
 ONLY_FOR_ARCHS=	i386 amd64


More information about the svn-ports-all mailing list