From eea4e9f3da3849fb685c57355379d4cfdb15e3c4 Mon Sep 17 00:00:00 2001 From: Marcelo Araujo Date: Wed, 16 Jan 2013 08:12:39 +0000 Subject: [PATCH] - Project games/py-anki was merged with games/anki. - Update UPDATING and MOVED files. --- MOVED | 1 + UPDATING | 7 +++++++ games/Makefile | 1 - games/py-anki/Makefile | 14 -------------- 4 files changed, 8 insertions(+), 15 deletions(-) delete mode 100644 games/py-anki/Makefile diff --git a/MOVED b/MOVED index b1bfe59f54d4..73249464b21f 100644 --- a/MOVED +++ b/MOVED @@ -4013,3 +4013,4 @@ sysutils/syslog-ng-rc|sysutils/syslog-ng-devel|2013-01-08|No longer used by our www/openbravoerp||2013-01-12|Has expired: incompatible with ant for building devel/lbpp||2013-01-13|Has expired: Dead upstream since 2001 devel/titano||2013-01-13|Has expired: Dead upstream since 2001 +games/py-anki|games/anki|2013-01-16|Project was merged diff --git a/UPDATING b/UPDATING index 3c96df182d8f..902cde26296d 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,13 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20130116: + AFFECTS: users of games/py-anki + AUTHOR: araujo@FreeBSD.org + + games/py-anki has been removed updstream and merged with games/anki. + Users of games/py-anki, from now must use games/anki. + 20130114: AFFECTS: users of www/hiawatha AUTHOR: cs@FreeBSD.org diff --git a/games/Makefile b/games/Makefile index 5fe1a5d08cd8..1f9f5f83df5c 100644 --- a/games/Makefile +++ b/games/Makefile @@ -711,7 +711,6 @@ SUBDIR += puckman SUBDIR += pushover SUBDIR += pvpgn - SUBDIR += py-anki SUBDIR += py-fife SUBDIR += py-mnemosyne SUBDIR += py-poker-eval diff --git a/games/py-anki/Makefile b/games/py-anki/Makefile deleted file mode 100644 index e6794af048dd..000000000000 --- a/games/py-anki/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# New ports collection makefile for: py-anki -# Date created: 12 February 2008 -# Whom: Andrew Pantyukhin -# -# $FreeBSD$ -# - -MAINTAINER= ports@FreeBSD.org -COMMENT= Spaced-repetition memory training library - -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MASTERDIR= ${.CURDIR}/../anki - -.include "${MASTERDIR}/Makefile.inc"