Date: Fri, 21 Dec 2012 15:47:48 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309361 - head/audio/schism Message-ID: <201212211547.qBLFlma1089396@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Fri Dec 21 15:47:47 2012 New Revision: 309361 URL: http://svnweb.freebsd.org/changeset/ports/309361 Log: Remove accidentally introduced whitespace in PORTSCOUT enumeration. Modified: head/audio/schism/Makefile Modified: head/audio/schism/Makefile ============================================================================== --- head/audio/schism/Makefile Fri Dec 21 15:46:41 2012 (r309360) +++ head/audio/schism/Makefile Fri Dec 21 15:47:47 2012 (r309361) @@ -26,7 +26,7 @@ PLIST_FILES= bin/${PORTNAME} WRKSRC= ${WRKDIR}/${DISTNAME} # 20101128 and 20110101 segfaults, 20120105 builds but GUI does not come up -PORTSCOUT= skipv:20101128, 20110101,20120105 +PORTSCOUT= skipv:20101128,20110101,20120105 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/schismtracker ${PREFIX}/bin/${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212211547.qBLFlma1089396>