pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/lv2



Module Name:    pkgsrc
Committed By:   maya
Date:           Tue May 14 03:14:48 UTC 2019

Modified Files:
        pkgsrc/audio/lv2: Makefile

Log Message:
lv2: avoid self conflict. bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/audio/lv2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/lv2/Makefile
diff -u pkgsrc/audio/lv2/Makefile:1.14 pkgsrc/audio/lv2/Makefile:1.15
--- pkgsrc/audio/lv2/Makefile:1.14      Thu Apr 25 07:32:35 2019
+++ pkgsrc/audio/lv2/Makefile   Tue May 14 03:14:48 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2019/04/25 07:32:35 maya Exp $
+# $NetBSD: Makefile,v 1.15 2019/05/14 03:14:48 maya Exp $
 
 DISTNAME=      lv2-1.16.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    audio
 MASTER_SITES=  http://lv2plug.in/spec/
 EXTRACT_SUFX=  .tar.bz2
@@ -16,7 +16,6 @@ USE_TOOLS+=   pkg-config
 PKGCONFIG_OVERRIDE+=   lv2/lv2plug.in/ns/lv2core/lv2core.pc.in
 PKGCONFIG_OVERRIDE+=   lv2.pc.in
 
-PYTHON_SELF_CONFLICT=  yes
 REPLACE_PYTHON+=       lv2specgen/lv2specgen.py
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index