pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-capstone



Module Name:    pkgsrc
Committed By:   kamil
Date:           Mon Jun 13 23:08:40 UTC 2016

Modified Files:
        pkgsrc/devel/py-capstone: Makefile

Log Message:
Restore truncated COMMENT


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-capstone/Makefile

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

Modified files:

Index: pkgsrc/devel/py-capstone/Makefile
diff -u pkgsrc/devel/py-capstone/Makefile:1.1 pkgsrc/devel/py-capstone/Makefile:1.2
--- pkgsrc/devel/py-capstone/Makefile:1.1       Mon Jun 13 01:56:18 2016
+++ pkgsrc/devel/py-capstone/Makefile   Mon Jun 13 23:08:40 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/06/13 01:56:18 kamil Exp $
+# $NetBSD: Makefile,v 1.2 2016/06/13 23:08:40 kamil Exp $
 
 .include "../../devel/capstone/Makefile.common"
 
@@ -6,7 +6,7 @@ PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES+=   python
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-COMMENT=       Python bin
+COMMENT=       Python bindings for capstone
 LICENSE=       modified-bsd
 
 PYSETUPSUBDIR= bindings/python



Home | Main Index | Thread Index | Old Index