diff options
author | scheidell <scheidell@FreeBSD.org> | 2012-05-24 23:49:33 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2012-05-24 23:49:33 +0800 |
commit | a02cab72988cde92779652c86caf020d125ec3ed (patch) | |
tree | c21f4797bb4eef977337611a76686d6de1c349bc /net | |
parent | 26ba00f0a6bc7f76ca62d50e704d43a88bbd4dd7 (diff) | |
download | freebsd-ports-gnome-a02cab72988cde92779652c86caf020d125ec3ed.tar.gz freebsd-ports-gnome-a02cab72988cde92779652c86caf020d125ec3ed.tar.zst freebsd-ports-gnome-a02cab72988cde92779652c86caf020d125ec3ed.zip |
- Update to version 0.16.0.709
- Do not use hardcoded path for ssh-keygen executable
PR: ports/168182
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/opennx/Makefile | 6 | ||||
-rw-r--r-- | net/opennx/distinfo | 4 | ||||
-rw-r--r-- | net/opennx/pkg-plist | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/net/opennx/Makefile b/net/opennx/Makefile index 755e63779c69..93bc53227d2b 100644 --- a/net/opennx/Makefile +++ b/net/opennx/Makefile @@ -6,8 +6,7 @@ # PORTNAME= opennx -PORTVERSION= 0.16.0.648 -PORTREVISION= 1 +PORTVERSION= 0.16.0.709 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/CI-source @@ -53,4 +52,7 @@ post-patch: @${RM} ${WRKSRC}/share/keys/server.id_dsa.key @${SSH_KEYGEN} -N '' -b 2048 -q -f ${WRKSRC}/share/keys/server.id_dsa.key +post-install: + @${CHMOD} 440 ${PREFIX}/share/keys/server.id_dsa.key + .include <bsd.port.mk> diff --git a/net/opennx/distinfo b/net/opennx/distinfo index b9b7dc1290cc..9158f6296a18 100644 --- a/net/opennx/distinfo +++ b/net/opennx/distinfo @@ -1,2 +1,2 @@ -SHA256 (opennx-0.16.0.648.tar.gz) = b8846081e9e8b7fcf936a90df847b348764960e3ee8c1fd06acefae886a13e2b -SIZE (opennx-0.16.0.648.tar.gz) = 5572559 +SHA256 (opennx-0.16.0.709.tar.gz) = fbc5602b1ef873390c3155f066285425143c8122585363fa1ad6fc36b9969a69 +SIZE (opennx-0.16.0.709.tar.gz) = 5306946 diff --git a/net/opennx/pkg-plist b/net/opennx/pkg-plist index 989024964603..a5f16f965889 100644 --- a/net/opennx/pkg-plist +++ b/net/opennx/pkg-plist @@ -41,7 +41,7 @@ share/keys/server.id_dsa.key.pub %%NLS%%share/locale/de/LC_MESSAGES/opennx.mo %%NLS%%share/locale/ru/LC_MESSAGES/opennx.mo share/pconnect.html -@dirrm share/keys +@dirrmtry share/keys @dirrmtry share/icons/scalable/mimetypes @dirrmtry share/icons/scalable/apps @dirrmtry share/icons/scalable |