Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 2013 20:05:57 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318447 - in head/lang/asn1c: . files
Message-ID:  <201305182005.r4IK5vsx005463@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sat May 18 20:05:57 2013
New Revision: 318447
URL: http://svnweb.freebsd.org/changeset/ports/318447

Log:
  - Update to 0.9.24
  - Convert Makefile header
  
  PR:		ports/178280
  Submitted by:	myself
  Approved by:	maintainer timeout (vlm@lionet.info, 17 days)

Added:
  head/lang/asn1c/files/patch-asn1c__unber.c   (contents, props changed)
Modified:
  head/lang/asn1c/Makefile   (contents, props changed)
  head/lang/asn1c/distinfo   (contents, props changed)
  head/lang/asn1c/pkg-plist   (contents, props changed)

Modified: head/lang/asn1c/Makefile
==============================================================================
--- head/lang/asn1c/Makefile	Sat May 18 20:05:01 2013	(r318446)
+++ head/lang/asn1c/Makefile	Sat May 18 20:05:57 2013	(r318447)
@@ -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
 

Modified: head/lang/asn1c/distinfo
==============================================================================
--- head/lang/asn1c/distinfo	Sat May 18 20:05:01 2013	(r318446)
+++ head/lang/asn1c/distinfo	Sat May 18 20:05:57 2013	(r318447)
@@ -1,2 +1,2 @@
-SHA256 (asn1c-0.9.21.tar.gz) = 171e236c8768155453609d55e51f13031901907ee84d0eebff4c7b5d6be7d055
-SIZE (asn1c-0.9.21.tar.gz) = 1282580
+SHA256 (asn1c-0.9.24.tar.gz) = 2200bb45f8bc7e85d065fb0714f255861040dd8aa58fe94b4393b282b0d1295f
+SIZE (asn1c-0.9.24.tar.gz) = 1444301

Added: head/lang/asn1c/files/patch-asn1c__unber.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/asn1c/files/patch-asn1c__unber.c	Sat May 18 20:05:57 2013	(r318447)
@@ -0,0 +1,8 @@
+--- asn1c/unber.c.orig	2013-05-01 16:00:22.000000000 +0200
++++ asn1c/unber.c	2013-05-01 16:00:56.000000000 +0200
+@@ -776,3 +776,5 @@
+ asn_enc_rval_t OCTET_STRING_encode_uper(asn_TYPE_descriptor_t *td, asn_per_constraints_t *cts, void *sptr, asn_per_outp_t *po) { asn_enc_rval_t er = { 0, 0, 0 }; (void)td; (void)cts; (void)sptr; (void)po; return er; }
+ 
+ int xer_is_whitespace(const void *b, size_t s) { (void)b; (void)s; return 0; }
++
++size_t xer_whitespace_span(const void *chunk_buf, size_t chunk_size) {  (void)chunk_buf; (void)chunk_size; return 0; }

Modified: head/lang/asn1c/pkg-plist
==============================================================================
--- head/lang/asn1c/pkg-plist	Sat May 18 20:05:01 2013	(r318446)
+++ head/lang/asn1c/pkg-plist	Sat May 18 20:05:57 2013	(r318447)
@@ -43,6 +43,7 @@ bin/unber
 %%DATADIR%%/ObjectDescriptor.h
 %%DATADIR%%/PrintableString.c
 %%DATADIR%%/PrintableString.h
+%%DATADIR%%/README
 %%DATADIR%%/REAL.c
 %%DATADIR%%/REAL.h
 %%DATADIR%%/RELATIVE-OID.c
@@ -97,6 +98,8 @@ bin/unber
 %%DATADIR%%/per_decoder.h
 %%DATADIR%%/per_encoder.c
 %%DATADIR%%/per_encoder.h
+%%DATADIR%%/per_opentype.c
+%%DATADIR%%/per_opentype.h
 %%DATADIR%%/xer_decoder.c
 %%DATADIR%%/xer_decoder.h
 %%DATADIR%%/xer_encoder.c
@@ -117,7 +120,6 @@ bin/unber
 %%DOCSDIR%%/FAQ
 %%DOCSDIR%%/README
 %%DOCSDIR%%/asn1c-quick.pdf
-%%DOCSDIR%%/asn1c-usage.html
 %%DOCSDIR%%/asn1c-usage.pdf
 @dirrm %%DOCSDIR%%
 @dirrm %%DATADIR%%/standard-modules



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305182005.r4IK5vsx005463>