Fri Jan 20 04:44:49 2012 UTC ()
HOMEPAGE had been moved.


(obache)
diff -r1.8 -r1.9 pkgsrc/net/nagstamon/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/net/nagstamon/Makefile (expand / switch to unified diff)

--- pkgsrc/net/nagstamon/Makefile 2011/11/01 06:02:21 1.8
+++ pkgsrc/net/nagstamon/Makefile 2012/01/20 04:44:49 1.9
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1# $NetBSD: Makefile,v 1.8 2011/11/01 06:02:21 sbd Exp $ 1# $NetBSD: Makefile,v 1.9 2012/01/20 04:44:49 obache Exp $
2# 2#
3 3
4VERSION= 0.9.2 4VERSION= 0.9.2
5DISTNAME= nagstamon_${VERSION} 5DISTNAME= nagstamon_${VERSION}
6PKGNAME= ${DISTNAME:S/_/-/} 6PKGNAME= ${DISTNAME:S/_/-/}
7PKGREVISION= 7 7PKGREVISION= 7
8CATEGORIES= net python 8CATEGORIES= net python
9MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nagstamon/} 9MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nagstamon/}
10 10
11MAINTAINER= imil@gcu.info 11MAINTAINER= imil@gcu.info
12HOMEPAGE= http://nagstamon.sf.net/ 12HOMEPAGE= http://nagstamon.ifw-dresden.de/
13COMMENT= Nagios status monitor which takes place in systray or on desktop 13COMMENT= Nagios status monitor which takes place in systray or on desktop
14LICENSE= gnu-gpl-v2 14LICENSE= gnu-gpl-v2
15 15
16PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
17USE_LANGUAGES= # none 17USE_LANGUAGES= # none
18PYDISTUTILSPKG= yes 18PYDISTUTILSPKG= yes
19 19
20# Upstream's aware of this 20# Upstream's aware of this
21SUBST_CLASSES+= typo 21SUBST_CLASSES+= typo
22SUBST_STAGE.typo= post-extract 22SUBST_STAGE.typo= post-extract
23SUBST_FILES.typo= ${WRKSRC}/Nagstamon/nagstamonGUI.py 23SUBST_FILES.typo= ${WRKSRC}/Nagstamon/nagstamonGUI.py
24SUBST_SED.typo= -e 's|\#!/usr/bin/py\ .*|\#!/usr/bin/python|' 24SUBST_SED.typo= -e 's|\#!/usr/bin/py\ .*|\#!/usr/bin/python|'
25SUBST_MESSAGE.typo= Fixing interpreter typo. 25SUBST_MESSAGE.typo= Fixing interpreter typo.