diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2009-10-23 12:31:44 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2009-10-23 12:31:44 +0000 |
commit | 4fc5107459d5f9108145d0cbe2aa48a24ef6add7 (patch) | |
tree | 402d538dd16290eadb224e8a234169df22fb96f3 /security/gsasl/Makefile | |
parent | - Update to 3.63 (diff) |
Update to 1.3
PR: ports/139819
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Notes
Notes:
svn path=/head/; revision=243233
Diffstat (limited to 'security/gsasl/Makefile')
-rw-r--r-- | security/gsasl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 02958e65db99..0b94eb0585a2 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -7,9 +7,10 @@ # PORTNAME= gsasl -PORTVERSION= 0.2.29 +PORTVERSION= 1.3 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} \ +MASTER_SITES= http://www.sfr-fresh.com/unix/misc/ \ + ${MASTER_SITE_GNU_ALPHA} \ http://josefsson.org/${PORTNAME}/releases/ MASTER_SITE_SUBDIR= ${PORTNAME} |