diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-05-18 20:05:57 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-05-18 20:05:57 +0000 |
commit | daaa784adce0381ea7dbe3337394b71544f04fdb (patch) | |
tree | dcd77b2f3ba4cb20848873a3d2496a9a5d4d966c /lang/asn1c/Makefile | |
parent | 9237589cb5f4d483a5551adde22cac15aaa2dc2f (diff) |
Notes
Diffstat (limited to 'lang/asn1c/Makefile')
-rw-r--r-- | lang/asn1c/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/asn1c/Makefile b/lang/asn1c/Makefile index d0f1a439a3fa..c30f3f5084d2 100644 --- a/lang/asn1c/Makefile +++ b/lang/asn1c/Makefile @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= asn1c -PORTVERSION= 0.9.21 +PORTVERSION= 0.9.24 CATEGORIES= lang converters security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ http://lionet.info/soft/ - MAINTAINER= vlm@lionet.info COMMENT= Modern ASN.1 to C compiler |