svn commit: r504531 - head/audio/schismtracker

Emanuel Haupt ehaupt at FreeBSD.org
Wed Jun 19 09:59:40 UTC 2019


Author: ehaupt
Date: Wed Jun 19 09:59:39 2019
New Revision: 504531
URL: https://svnweb.freebsd.org/changeset/ports/504531

Log:
  Set PORTSCOUT to ignore latest version which only affects macOS.

Modified:
  head/audio/schismtracker/Makefile

Modified: head/audio/schismtracker/Makefile
==============================================================================
--- head/audio/schismtracker/Makefile	Wed Jun 19 09:34:02 2019	(r504530)
+++ head/audio/schismtracker/Makefile	Wed Jun 19 09:59:39 2019	(r504531)
@@ -30,6 +30,9 @@ PLIST_FILES=	bin/schismtracker man/man1/schismtracker.
 		share/pixmaps/schism-icon-128.png \
 		share/pixmaps/schism-itf-icon-128.png
 
+# changes only affect macOS
+PORTSCOUT=	ignore:20190614
+
 post-patch:
 	@${REINPLACE_CMD} \
 		-e "s|^\(AC_INIT.*\)\[last_git_commit\]|\1${PORTVERSION}|" \


More information about the svn-ports-all mailing list