svn commit: r473183 - in head: audio/alure audio/juke lang/pbasic

Alexey Dokuchaev danfe at FreeBSD.org
Sun Jun 24 06:34:39 UTC 2018


Author: danfe
Date: Sun Jun 24 06:34:38 2018
New Revision: 473183
URL: https://svnweb.freebsd.org/changeset/ports/473183

Log:
  Fix some corrupted attribution lines.

Modified:
  head/audio/alure/Makefile
  head/audio/juke/Makefile
  head/lang/pbasic/Makefile

Modified: head/audio/alure/Makefile
==============================================================================
--- head/audio/alure/Makefile	Sun Jun 24 05:10:41 2018	(r473182)
+++ head/audio/alure/Makefile	Sun Jun 24 06:34:38 2018	(r473183)
@@ -1,4 +1,4 @@
- # Created by: nemysis <nemysis at gmx.ch2
+# Created by: nemysis <nemysis at gmx.ch>
 # $FreeBSD$
 
 PORTNAME=	alure

Modified: head/audio/juke/Makefile
==============================================================================
--- head/audio/juke/Makefile	Sun Jun 24 05:10:41 2018	(r473182)
+++ head/audio/juke/Makefile	Sun Jun 24 06:34:38 2018	(r473183)
@@ -1,4 +1,4 @@
- # Created by: Oyvind Moll <oyvindmo at initio.no2
+# Created by: Oyvind Moll <oyvindmo at initio.no>
 # $FreeBSD$
 
 PORTNAME=	juke

Modified: head/lang/pbasic/Makefile
==============================================================================
--- head/lang/pbasic/Makefile	Sun Jun 24 05:10:41 2018	(r473182)
+++ head/lang/pbasic/Makefile	Sun Jun 24 06:34:38 2018	(r473183)
@@ -1,4 +1,4 @@
- # Created by: Julian H. Stacey <jhs at FreeBSD.org>
+# Created by: Julian H. Stacey <jhs at FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	pbasic
@@ -33,4 +33,3 @@ do-install:
 	${INSTALL_MAN} ${WRKSRC}/docs/basic.1 ${STAGEDIR}${PREFIX}/man/man1/pbasic.1
 
 .include <bsd.port.mk>
-


More information about the svn-ports-all mailing list