svn commit: r313075 - head/deskutils/dailystrips

Jason Helfman jgh at FreeBSD.org
Thu Feb 28 01:43:32 UTC 2013


Author: jgh
Date: Thu Feb 28 01:43:31 2013
New Revision: 313075
URL: http://svnweb.freebsd.org/changeset/ports/313075

Log:
  - fix limiting for portscout
  Thanks to: zi@

Modified:
  head/deskutils/dailystrips/Makefile

Modified: head/deskutils/dailystrips/Makefile
==============================================================================
--- head/deskutils/dailystrips/Makefile	Thu Feb 28 01:37:15 2013	(r313074)
+++ head/deskutils/dailystrips/Makefile	Thu Feb 28 01:43:31 2013	(r313075)
@@ -26,7 +26,7 @@ PLIST_FILES=	bin/dailystrips \
 		share/dailystrips/strips.def
 PLIST_DIRS=	share/dailystrips
 
-PORTSCOUT=	limit:1.0.*$$
+PORTSCOUT=	limit:^1\.0\.
 
 post-patch:
 	@${REINPLACE_CMD} 's|^#!/usr/bin/perl|#!${PERL}|; \


More information about the svn-ports-head mailing list