svn commit: r309311 - head/audio/schism

Emanuel Haupt ehaupt at FreeBSD.org
Thu Dec 20 11:31:00 UTC 2012


Author: ehaupt
Date: Thu Dec 20 11:30:59 2012
New Revision: 309311
URL: http://svnweb.freebsd.org/changeset/ports/309311

Log:
  - Update PORTSCOUT
  - Trim header

Modified:
  head/audio/schism/Makefile

Modified: head/audio/schism/Makefile
==============================================================================
--- head/audio/schism/Makefile	Thu Dec 20 11:09:31 2012	(r309310)
+++ head/audio/schism/Makefile	Thu Dec 20 11:30:59 2012	(r309311)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Schism Tracker
-# Date created:				26 May 2005
-# Whom:					Emanuel Haupt <ehaupt at critical.ch>
-#
+# Created by: Emanuel Haupt <ehaupt at critical.ch>
 # $FreeBSD$
-#
 
 PORTNAME=	schism
 PORTVERSION=	20100101
@@ -29,8 +25,8 @@ PLIST_FILES=	bin/${PORTNAME}
 
 WRKSRC=		${WRKDIR}/${DISTNAME}
 
-# this version segfaults
-PORTSCOUT=	skipv:20110101
+# 20110101 segfaults, 20120105 builds but GUI does not come up
+PORTSCOUT=	skipv:20110101,20120105
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/schismtracker ${PREFIX}/bin/${PORTNAME}


More information about the svn-ports-all mailing list