diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-08-14 09:49:16 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-08-14 09:49:16 +0000 |
commit | 1f374b9d63abe6de5891adfc7f0d800e1302540b (patch) | |
tree | 4d39259ba0e79309fdf04426885379fc4ce86b96 /security/openssl | |
parent | ccd270420b099dabee258128f37a8f0348eb1437 (diff) | |
download | ports-1f374b9d63abe6de5891adfc7f0d800e1302540b.tar.gz ports-1f374b9d63abe6de5891adfc7f0d800e1302540b.zip |
Notes
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 805a11d522b4..580d2caf7674 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -15,7 +15,9 @@ MASTER_SITES= http://www.openssl.org/%SUBDIR%/ \ ftp://ftp.cert.dfn.de/pub/tools/net/openssl/%SUBDIR%/ MASTER_SITE_SUBDIR= source #PATCH_SITES= http://sctp.fh-muenster.de/dtls/ -PATCH_SITES= ${MASTER_SITE_LOCAL} +PATCH_SITES= ${MASTER_SITE_LOCAL} \ + http://people.freebsd.org/~dinoex/distfiles/ +PATCH_SITE_SUBDIR= dinoex PATCHFILES= dtls-bugs-2009-05-18.patch DISTNAME= ${PORTNAME}-${PORTVERSION} |