Skip to content

Commit

Permalink
- Use python 2.3 (works fine for MAINTAINER)
Browse files Browse the repository at this point in the history
- Bump PKGNAME
  • Loading branch information
Aleksander Piotrowski committed May 19, 2005
1 parent 42f4f6c commit 526e3fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mail/tmda/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.28 2004/05/09 01:52:32 naddy Exp $
# $OpenBSD: Makefile,v 1.29 2005/05/19 00:02:28 alek Exp $

COMMENT= "reduce the amount of SPAM/UCE (junk-mail)"

VERSION= 1.0.3
DISTNAME= tmda-${VERSION}
PKGNAME= ${DISTNAME}p0
CATEGORIES= mail

HOMEPAGE= http://tmda.net/
Expand All @@ -18,7 +19,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://tmda.net/releases/stable/
EXTRACT_SUFX= .tgz

PYTHON_VER= 2.2
PYTHON_VER= 2.3

RUN_DEPENDS= :python-${PYTHON_VER}*:lang/python/${PYTHON_VER}
BUILD_DEPENDS= ${RUN_DEPENDS}
Expand Down

0 comments on commit 526e3fb

Please sign in to comment.