pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/midori



Module Name:    pkgsrc
Committed By:   abs
Date:           Tue Jun 11 15:09:00 UTC 2019

Modified Files:
        pkgsrc/www/midori: Makefile

Log Message:
Set USE_GCC_RUNTIME=yes, bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 pkgsrc/www/midori/Makefile

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

Modified files:

Index: pkgsrc/www/midori/Makefile
diff -u pkgsrc/www/midori/Makefile:1.118 pkgsrc/www/midori/Makefile:1.119
--- pkgsrc/www/midori/Makefile:1.118    Wed Apr  3 00:33:12 2019
+++ pkgsrc/www/midori/Makefile  Tue Jun 11 15:09:00 2019
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.118 2019/04/03 00:33:12 ryoon Exp $
+# $NetBSD: Makefile,v 1.119 2019/06/11 15:09:00 abs Exp $
 
 DISTNAME=      midori-v8.0
 PKGNAME=       ${DISTNAME:S/v//}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=midori-browser/}
 GITHUB_PROJECT=        core
@@ -12,6 +12,7 @@ MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://midori-browser.org/
 COMMENT=       Lightweight web browser using WebKit
 LICENSE=       gnu-lgpl-v2.1
+USE_GCC_RUNTIME=yes
 
 USE_CMAKE=     yes
 USE_TOOLS+=    intltool msgfmt pkg-config



Home | Main Index | Thread Index | Old Index