diff options
author | krion <krion@FreeBSD.org> | 2003-09-24 17:12:47 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-09-24 17:12:47 +0800 |
commit | 83fa481ffd41684dc19bc2fde72ceab45117c323 (patch) | |
tree | bd436fb4ad0037e443485ab7915b9b48a9366feb /security/libtasn1 | |
parent | 55ccbde3d748bf1c14694f299bf4808be87fb69d (diff) | |
download | freebsd-ports-gnome-83fa481ffd41684dc19bc2fde72ceab45117c323.tar.gz freebsd-ports-gnome-83fa481ffd41684dc19bc2fde72ceab45117c323.tar.zst freebsd-ports-gnome-83fa481ffd41684dc19bc2fde72ceab45117c323.zip |
- Update to 0.2.5
PR: 57139
Submitted by: maintainer
Diffstat (limited to 'security/libtasn1')
-rw-r--r-- | security/libtasn1/Makefile | 6 | ||||
-rw-r--r-- | security/libtasn1/distinfo | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index 31aa70fe3ceb..a1b6501d7f57 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libtasn1 -PORTVERSION= 0.2.4 +PORTVERSION= 0.2.5 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} \ http://www.mirrors.wiretapped.net/security/network-security/gnutls/libtasn1/ \ @@ -33,9 +33,7 @@ post-patch: .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} -.for file in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor + cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/security/libtasn1/distinfo b/security/libtasn1/distinfo index fe212385fe6c..3a3f3379e6f3 100644 --- a/security/libtasn1/distinfo +++ b/security/libtasn1/distinfo @@ -1 +1 @@ -MD5 (libtasn1-0.2.4.tar.gz) = 83cc739839e3d40947ad2f62871c81f7 +MD5 (libtasn1-0.2.5.tar.gz) = 13228c8592eea576b1cf185b09abe41c |