diff options
author | scheidell <scheidell@FreeBSD.org> | 2011-12-28 07:10:11 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2011-12-28 07:10:11 +0800 |
commit | 6856cabacfd6aae02a6f151b44657e3742d992c2 (patch) | |
tree | 2a394dc6c587c30c8ca316957d090c6e5ccf3be5 /security | |
parent | 4e39fa91cc146ea33d42c47c11092730861c653a (diff) | |
download | freebsd-ports-gnome-6856cabacfd6aae02a6f151b44657e3742d992c2.tar.gz freebsd-ports-gnome-6856cabacfd6aae02a6f151b44657e3742d992c2.tar.zst freebsd-ports-gnome-6856cabacfd6aae02a6f151b44657e3742d992c2.zip |
- Fix compile if WITH_STATIC is enabled [1]
- Also pr ports/163593, which is a duplicate of this one. root@42.org [2]
PR: ports/163217
Submitted by: Mattia Rossi <mrossi@swin.edu.au> [1], root@42.org [2]
Approved by: spam@rm-rf.kiev.ua (maintainer), gabor (mentor)
Diffstat (limited to 'security')
-rw-r--r-- | security/dropbear/Makefile | 2 | ||||
-rw-r--r-- | security/dropbear/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile index 2254a16066ef..8b6094c724f0 100644 --- a/security/dropbear/Makefile +++ b/security/dropbear/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dropbear -PORTVERSION= 0.53.1 +PORTVERSION= 2011.54 CATEGORIES= security ipv6 MASTER_SITES= http://matt.ucc.asn.au/dropbear/releases/ diff --git a/security/dropbear/distinfo b/security/dropbear/distinfo index d2f9a037b6fe..79e137682da0 100644 --- a/security/dropbear/distinfo +++ b/security/dropbear/distinfo @@ -1,2 +1,2 @@ -SHA256 (dropbear-0.53.1.tar.bz2) = e24d3cbecd3bc850b2b336b8eb50c845a285ceef8e22544938a582e163d36393 -SIZE (dropbear-0.53.1.tar.bz2) = 1577227 +SHA256 (dropbear-2011.54.tar.bz2) = 5aa4021ac9bac4092c2bd9d41d67143429b3cf791ddc8b590841e1765d8daf3a +SIZE (dropbear-2011.54.tar.bz2) = 1580502 |