summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-12-17 11:56:53 +0000
committerwiz <wiz@pkgsrc.org>2012-12-17 11:56:53 +0000
commitc479fc84af94349ce214194494483258aebcc677 (patch)
tree6429992dd7c7f1345e23bb4b46775aa4e573feb6 /misc
parente0239e66cd917c206d3a4bf4e1d2d78784c95284 (diff)
downloadpkgsrc-c479fc84af94349ce214194494483258aebcc677.tar.gz
Mention v1 and conflict with py-anki2.
Diffstat (limited to 'misc')
-rw-r--r--misc/py-anki/DESCR2
-rw-r--r--misc/py-anki/Makefile.common6
2 files changed, 6 insertions, 2 deletions
diff --git a/misc/py-anki/DESCR b/misc/py-anki/DESCR
index 6fcd3bd4d36..648bb292e00 100644
--- a/misc/py-anki/DESCR
+++ b/misc/py-anki/DESCR
@@ -5,3 +5,5 @@ decrease your time spent studying, or greatly increase the amount you learn.
Anyone who needs to remember things in their daily life can benefit from
Anki. Since it is content-agnostic and supports images, audio, videos and
scientific markup (via LaTeX), the possibilities are endless.
+
+This package contains the old major version 1 of the program.
diff --git a/misc/py-anki/Makefile.common b/misc/py-anki/Makefile.common
index 87d0a8015e0..88f05353a2d 100644
--- a/misc/py-anki/Makefile.common
+++ b/misc/py-anki/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2012/10/08 09:57:35 asau Exp $
+# $NetBSD: Makefile.common,v 1.6 2012/12/17 11:56:53 wiz Exp $
# used by misc/py-libanki/Makefile
DISTNAME= anki-1.2.11
@@ -8,11 +8,13 @@ EXTRACT_SUFX= .tgz
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://ankisrs.net/
-COMMENT= Flashcard learning program
+COMMENT= Flashcard learning program (v1)
LICENSE= gnu-gpl-v3
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= # none
DISTINFO_FILE= ${.CURDIR}/../../misc/py-anki/distinfo
+CONFLICTS+= ${PYPKGPREFIX}-anki2-[0-9]*
+
.include "../../lang/python/distutils.mk"