pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/racoon2 Modernize PLIST by using @pkgdir. Bum...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dda6e6e19da7
branches:  trunk
changeset: 652681:dda6e6e19da7
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jun 07 03:43:27 2015 +0000

description:
Modernize PLIST by using @pkgdir. Bump revision.

diffstat:

 security/racoon2/Makefile |   4 ++--
 security/racoon2/PLIST    |  29 ++++++++---------------------
 2 files changed, 10 insertions(+), 23 deletions(-)

diffs (56 lines):

diff -r 5e7f64c96d57 -r dda6e6e19da7 security/racoon2/Makefile
--- a/security/racoon2/Makefile Sun Jun 07 03:40:48 2015 +0000
+++ b/security/racoon2/Makefile Sun Jun 07 03:43:27 2015 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2014/05/29 23:37:26 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2015/06/07 03:43:27 joerg Exp $
 #
 
 DISTNAME=              racoon2-20100526a
-PKGREVISION=           5
+PKGREVISION=           6
 CATEGORIES=            security net
 MASTER_SITES=          ftp://ftp.racoon2.wide.ad.jp/pub/racoon2/
 EXTRACT_SUFX=          .tgz
diff -r 5e7f64c96d57 -r dda6e6e19da7 security/racoon2/PLIST
--- a/security/racoon2/PLIST    Sun Jun 07 03:40:48 2015 +0000
+++ b/security/racoon2/PLIST    Sun Jun 07 03:43:27 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2014/03/11 14:05:14 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.3 2015/06/07 03:43:27 joerg Exp $
 ${IKED}man/man8/iked.8
 ${KINKD}man/man8/kinkd.8
 man/man8/pskgen.8
@@ -38,25 +38,12 @@
 share/examples/racoon2/hook/ph1-up
 share/examples/racoon2/hook/ph1-down
 @dirrm share/doc/racoon2
-@exec ${MKDIR} %D/share/examples/racoon2/hook/child-up.d
-@exec ${MKDIR} %D/share/examples/racoon2/hook/child-down.d
-@exec ${MKDIR} %D/share/examples/racoon2/hook/child-rekey.d
-@exec ${MKDIR} %D/share/examples/racoon2/hook/ikesa-up.d
-@exec ${MKDIR} %D/share/examples/racoon2/hook/ikesa-down.d
-@exec ${MKDIR} %D/share/examples/racoon2/hook/ikesa-rekey.d
-@exec ${MKDIR} %D/share/examples/racoon2/hook/migration.d
-@exec ${MKDIR} %D/share/examples/racoon2/hook/ph1-up.d
-@exec ${MKDIR} %D/share/examples/racoon2/hook/ph1-down.d
-@dirrm share/examples/racoon2/hook/child-up.d
-@dirrm share/examples/racoon2/hook/child-down.d
-@dirrm share/examples/racoon2/hook/child-rekey.d
-@dirrm share/examples/racoon2/hook/ikesa-up.d
-@dirrm share/examples/racoon2/hook/ikesa-down.d
-@dirrm share/examples/racoon2/hook/ikesa-rekey.d
-@dirrm share/examples/racoon2/hook/migration.d
-@dirrm share/examples/racoon2/hook/ph1-up.d
-@dirrm share/examples/racoon2/hook/ph1-down.d
-@dirrm share/examples/racoon2/hook
-@dirrm share/examples/racoon2
+@pkgdir share/examples/racoon2/hook/child-down.d
+@pkgdir share/examples/racoon2/hook/child-rekey.d
+@pkgdir share/examples/racoon2/hook/ikesa-down.d
+@pkgdir share/examples/racoon2/hook/ikesa-rekey.d
+@pkgdir share/examples/racoon2/hook/migration.d
+@pkgdir share/examples/racoon2/hook/ph1-up.d
+@pkgdir share/examples/racoon2/hook/ph1-down.d
 @exec %D/sbin/pskgen -r -o ${PKG_SYSCONFDIR}/spmd.pwd
 @unexec ${RM} ${PKG_SYSCONFDIR}/spmd.pwd



Home | Main Index | Thread Index | Old Index