aboutsummaryrefslogtreecommitdiff
path: root/security/p5-dicewaregen
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-12-26 12:22:57 +0000
committerRene Ladan <rene@FreeBSD.org>2016-12-26 12:22:57 +0000
commit2412ec9b5a07c33abfa180211ca1b77f4ed10d84 (patch)
tree4e0434c14e6ce0b13ab472e26a327d4268cd9475 /security/p5-dicewaregen
parent535b2cd3cf08cc7815657c029e199ed5755945db (diff)
downloadports-2412ec9b5a07c33abfa180211ca1b77f4ed10d84.tar.gz
ports-2412ec9b5a07c33abfa180211ca1b77f4ed10d84.zip
security/p5-dicewaregen: update to 1.4 [1]
- move to GitHub [1] - pkg-descr tweaks [1] - mark as architecture independent [2] PR: 215562 [1] Submitted by: maintainer (Aldis Berjoza) [1] Reported by: poudriere [2]
Notes
Notes: svn path=/head/; revision=429500
Diffstat (limited to 'security/p5-dicewaregen')
-rw-r--r--security/p5-dicewaregen/Makefile13
-rw-r--r--security/p5-dicewaregen/distinfo5
-rw-r--r--security/p5-dicewaregen/pkg-descr8
3 files changed, 15 insertions, 11 deletions
diff --git a/security/p5-dicewaregen/Makefile b/security/p5-dicewaregen/Makefile
index c536251edc67..bcb714ec370c 100644
--- a/security/p5-dicewaregen/Makefile
+++ b/security/p5-dicewaregen/Makefile
@@ -2,24 +2,27 @@
# $FreeBSD$
PORTNAME= dicewaregen
-PORTVERSION= 1.3
+PORTVERSION= 1.4
CATEGORIES= security
-MASTER_SITES= http://files.bsdroot.lv/my/FreeBSD/distfiles/
PKGNAMEPREFIX= p5-
MAINTAINER= graudeejs@gmail.com
-COMMENT= Simple perl script to generate Diceware dictionaries for passwords
+COMMENT= Perl script to generate Diceware dictionaries for passwords
+
+USE_GITHUB= yes
+GH_ACCOUNT= graudeejs
+GH_PROJECT= dicewaregen.pl
LIB_DEPENDS+= libaspell.so:textproc/aspell
+RUN_DEPENDS+= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils
USES= perl5
USE_PERL5= run
PLIST_FILES= bin/${PORTNAME}
+NO_ARCH= yes
NO_BUILD= yes
-WRKSRC= ${WRKDIR}/dicewaregen-${REV}
-REV= 20c777eac1db
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/dicewaregen.pl \
diff --git a/security/p5-dicewaregen/distinfo b/security/p5-dicewaregen/distinfo
index 2e084fdc49ce..f20d1a744907 100644
--- a/security/p5-dicewaregen/distinfo
+++ b/security/p5-dicewaregen/distinfo
@@ -1,2 +1,3 @@
-SHA256 (dicewaregen-1.3.tar.gz) = c554fd77918f925c0132f39dde1f217338955821868fe5a0f52c8ad278c94c56
-SIZE (dicewaregen-1.3.tar.gz) = 2517
+TIMESTAMP = 1482713270
+SHA256 (graudeejs-dicewaregen.pl-1.4_GH0.tar.gz) = 84977397b148ef34cd8755c40ae10b191deeb0a36c7930377325dcd2b8c7efea
+SIZE (graudeejs-dicewaregen.pl-1.4_GH0.tar.gz) = 2746
diff --git a/security/p5-dicewaregen/pkg-descr b/security/p5-dicewaregen/pkg-descr
index 5cb997e56e05..b0f06ddcc9c4 100644
--- a/security/p5-dicewaregen/pkg-descr
+++ b/security/p5-dicewaregen/pkg-descr
@@ -1,10 +1,10 @@
-Dicewaregen is simple perl script that generated Diceware dictionaries, that
-can be used to create secure passwords.
+Dicewaregen is simple perl script that generates Diceware dictionaries, that
+can be used to create passphrases.
Dicewaregen relies on aspell, to make wordlist. Once you have wordlist you can
-create Diceware dictionary. You can make few dictionaries using different
+create Diceware dictionary. You can make few wordlists using different
languages, merge them and then make Diceware dictionary.
More info about Diceware: http://world.std.com/~reinhold/diceware.html
-WWW: http://hg.bsdroot.lv/aldis/dicewaregen/
+WWW: https://github.com/graudeejs/dicewaregen.pl