Tue May 12 12:55:31 2009 UTC ()
Added LICENSE.


(martti)
diff -r1.9 -r1.10 pkgsrc/chat/ejabberd/Makefile
diff -r1.3 -r1.4 pkgsrc/security/yafic/Makefile

cvs diff -r1.9 -r1.10 pkgsrc/chat/ejabberd/Makefile (expand / switch to unified diff)

--- pkgsrc/chat/ejabberd/Makefile 2009/03/22 10:39:43 1.9
+++ pkgsrc/chat/ejabberd/Makefile 2009/05/12 12:55:30 1.10
@@ -1,23 +1,24 @@ @@ -1,23 +1,24 @@
1# $NetBSD: Makefile,v 1.9 2009/03/22 10:39:43 martti Exp $ 1# $NetBSD: Makefile,v 1.10 2009/05/12 12:55:30 martti Exp $
2 2
3DISTNAME= ejabberd-2.0.4 3DISTNAME= ejabberd-2.0.4
4#PKGREVISION= 1 4#PKGREVISION= 1
5CATEGORIES= chat 5CATEGORIES= chat
6MASTER_SITES= http://www.process-one.net/downloads/ejabberd/2.0.4/ 6MASTER_SITES= http://www.process-one.net/downloads/ejabberd/2.0.4/
7 7
8MAINTAINER= martti@NetBSD.org 8MAINTAINER= martti@NetBSD.org
9HOMEPAGE= http://www.ejabberd.im/ 9HOMEPAGE= http://www.ejabberd.im/
10COMMENT= Free and Open Source distributed fault-tolerant Jabber server 10COMMENT= Free and Open Source distributed fault-tolerant Jabber server
 11LICENSE= gnu-gpl-v2
11 12
12PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
13 14
14CONFLICTS+= jabberd-[0-9]* 15CONFLICTS+= jabberd-[0-9]*
15 16
16GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
17USE_TOOLS+= gmake 18USE_TOOLS+= gmake
18 19
19WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} 20WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
20# much prefer to be explicit about the configure settings rather than 21# much prefer to be explicit about the configure settings rather than
21# depending on the defaults to continue to be sane or same between versions 22# depending on the defaults to continue to be sane or same between versions
22CONFIGURE_ARGS+= --enable-odbc 23CONFIGURE_ARGS+= --enable-odbc
23CONFIGURE_ARGS+= --enable-mod_irc 24CONFIGURE_ARGS+= --enable-mod_irc

cvs diff -r1.3 -r1.4 pkgsrc/security/yafic/Makefile (expand / switch to unified diff)

--- pkgsrc/security/yafic/Makefile 2007/10/30 19:31:42 1.3
+++ pkgsrc/security/yafic/Makefile 2009/05/12 12:55:30 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.3 2007/10/30 19:31:42 martti Exp $ 1# $NetBSD: Makefile,v 1.4 2009/05/12 12:55:30 martti Exp $
2 2
3DISTNAME= yafic-1.2.2 3DISTNAME= yafic-1.2.2
4CATEGORIES= security 4CATEGORIES= security
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yafic/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yafic/}
6 6
7MAINTAINER= martti@NetBSD.org 7MAINTAINER= martti@NetBSD.org
8HOMEPAGE= http://www.saddi.com/software/yafic/ 8HOMEPAGE= http://www.saddi.com/software/yafic/
9COMMENT= File integrity checker 9COMMENT= File integrity checker
10#LICENSE= modified-bsd 10LICENSE= modified-bsd
11 11
12GNU_CONFIGURE= YES 12GNU_CONFIGURE= YES
13 13
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"