Sat May 17 08:22:56 2008 UTC ()
Fix MAINTAINER address typo since initial import.
tech-pkg at jp.NetBSD.org => tech-pkg-ja at jp.NetBSD.org


(obache)
diff -r1.8 -r1.9 pkgsrc/security/AiSSLtelnet/Makefile
diff -r1.11 -r1.12 pkgsrc/security/smimemsg/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/security/AiSSLtelnet/Attic/Makefile (switch to unified diff)

--- pkgsrc/security/AiSSLtelnet/Attic/Makefile 2007/02/22 19:27:06 1.8
+++ pkgsrc/security/AiSSLtelnet/Attic/Makefile 2008/05/17 08:22:56 1.9
@@ -1,34 +1,34 @@ @@ -1,34 +1,34 @@
1# $NetBSD: Makefile,v 1.8 2007/02/22 19:27:06 wiz Exp $ 1# $NetBSD: Makefile,v 1.9 2008/05/17 08:22:56 obache Exp $
2# 2#
3 3
4DISTNAME= AiSSLtelnet-0.15 4DISTNAME= AiSSLtelnet-0.15
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= security 6CATEGORIES= security
7MASTER_SITES= http://mars.elcom.nitech.ac.jp/security/ 7MASTER_SITES= http://mars.elcom.nitech.ac.jp/security/
8 8
9MAINTAINER= tech-pkg@jp.NetBSD.org 9MAINTAINER= tech-pkg-ja@jp.NetBSD.org
10HOMEPAGE= http://mars.elcom.nitech.ac.jp/security/ 10HOMEPAGE= http://mars.elcom.nitech.ac.jp/security/
11COMMENT= SSL Telnet based on AiSSL 11COMMENT= SSL Telnet based on AiSSL
12 12
13GNU_CONFIGURE= YES 13GNU_CONFIGURE= YES
14 14
15RESTRICTED= Source code redistribution is not permitted.consult okuno@mars.elcom.nitech.ac.jp. 15RESTRICTED= Source code redistribution is not permitted.consult okuno@mars.elcom.nitech.ac.jp.
16NO_SRC_ON_FTP= ${RESTRICTED} 16NO_SRC_ON_FTP= ${RESTRICTED}
17NO_SRC_ON_CDROM= ${RESTRICTED} 17NO_SRC_ON_CDROM= ${RESTRICTED}
18 18
19WRKSRC= ${WRKDIR}/AiSSLtelnet 19WRKSRC= ${WRKDIR}/AiSSLtelnet
20 20
21pre-install: 21pre-install:
22 ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/AiSSLtelnet 22 ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/AiSSLtelnet
23 ${INSTALL_DATA} ${WRKSRC}/aicrypto/COPYRIGHT ${WRKSRC}/README \ 23 ${INSTALL_DATA} ${WRKSRC}/aicrypto/COPYRIGHT ${WRKSRC}/README \
24 ${WRKSRC}/README-j ${PREFIX}/share/doc/AiSSLtelnet 24 ${WRKSRC}/README-j ${PREFIX}/share/doc/AiSSLtelnet
25 25
26# The sources assume <malloc.h> exists. Create a fake one for platforms 26# The sources assume <malloc.h> exists. Create a fake one for platforms
27# that don't have it. 27# that don't have it.
28post-wrapper: 28post-wrapper:
29 if ${TEST} ! -f /usr/include/malloc.h; then \ 29 if ${TEST} ! -f /usr/include/malloc.h; then \
30 ${ECHO} "#include <stdlib.h>" \ 30 ${ECHO} "#include <stdlib.h>" \
31 > ${BUILDLINK_DIR}/include/malloc.h; \ 31 > ${BUILDLINK_DIR}/include/malloc.h; \
32 fi 32 fi
33 33
34.include "../../mk/bsd.pkg.mk" 34.include "../../mk/bsd.pkg.mk"

cvs diff -r1.11 -r1.12 pkgsrc/security/smimemsg/Attic/Makefile (switch to unified diff)

--- pkgsrc/security/smimemsg/Attic/Makefile 2007/02/22 19:27:09 1.11
+++ pkgsrc/security/smimemsg/Attic/Makefile 2008/05/17 08:22:56 1.12
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1# $NetBSD: Makefile,v 1.11 2007/02/22 19:27:09 wiz Exp $ 1# $NetBSD: Makefile,v 1.12 2008/05/17 08:22:56 obache Exp $
2# 2#
3 3
4DISTNAME= smimemsg15 4DISTNAME= smimemsg15
5PKGNAME= smimemsg-1.5 5PKGNAME= smimemsg-1.5
6CATEGORIES= security 6CATEGORIES= security
7MASTER_SITES= http://mars.elcom.nitech.ac.jp/security/ 7MASTER_SITES= http://mars.elcom.nitech.ac.jp/security/
8 8
9MAINTAINER= tech-pkg@jp.NetBSD.org 9MAINTAINER= tech-pkg-ja@jp.NetBSD.org
10HOMEPAGE= http://mars.elcom.nitech.ac.jp/security/ 10HOMEPAGE= http://mars.elcom.nitech.ac.jp/security/
11COMMENT= Generate and read S/MIME messages 11COMMENT= Generate and read S/MIME messages
12 12
13WRKSRC= ${WRKDIR}/smimemsg 13WRKSRC= ${WRKDIR}/smimemsg
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15 15
16RESTRICTED= Source code redistribution is not permitted.consult okuno@mars.elcom.nitech.ac.jp. 16RESTRICTED= Source code redistribution is not permitted.consult okuno@mars.elcom.nitech.ac.jp.
17NO_SRC_ON_FTP= ${RESTRICTED} 17NO_SRC_ON_FTP= ${RESTRICTED}
18NO_SRC_ON_CDROM= ${RESTRICTED} 18NO_SRC_ON_CDROM= ${RESTRICTED}
19 19
20pre-install: 20pre-install:
21 ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/smimemsg 21 ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/smimemsg
22 ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${WRKSRC}/README \ 22 ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${WRKSRC}/README \
23 ${WRKSRC}/README-j ${PREFIX}/share/doc/smimemsg 23 ${WRKSRC}/README-j ${PREFIX}/share/doc/smimemsg
24 24
25.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"