View | Details | Raw Unified | Return to bug 77773
Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	libast
8
PORTNAME=	libast
9
PORTVERSION=	0.5
9
PORTVERSION=	0.6.1
10
PORTREVISION=	1
11
CATEGORIES=	devel
10
CATEGORIES=	devel
12
MASTER_SITES=	http://www.eterm.org/download/
11
MASTER_SITES=	http://www.eterm.org/download/
13
12
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (libast-0.5.tar.gz) = 335ead8e8168bc06284c822f1f655eb8
1
MD5 (libast-0.6.1.tar.gz) = 1cbbf86a0afb74a5905dc92982117250
2
SIZE (libast-0.5.tar.gz) = 276591
2
SIZE (libast-0.6.1.tar.gz) = 356881
(-)pkg-plist (+6 lines)
Lines 12-17 Link Here
12
include/libast/tok.h
12
include/libast/tok.h
13
include/libast/types.h
13
include/libast/types.h
14
include/libast/url.h
14
include/libast/url.h
15
include/libast/avl_tree.h
16
include/libast/iterator_if.h
17
include/libast/map_if.h
18
include/libast/objpair.h
19
include/libast/sysdefs.h
20
include/libast/vector_if.h
15
lib/libast.a
21
lib/libast.a
16
lib/libast.so
22
lib/libast.so
17
lib/libast.so.2
23
lib/libast.so.2
(-)files/patch-configure (-3 / +3 lines)
Lines 1-6 Link Here
1
--- configure.orig	Tue Oct  1 00:45:29 2002
1
--- configure.orig	Sun Feb 20 22:40:43 2005
2
+++ configure	Sat Oct  5 19:10:13 2002
2
+++ configure	Sun Feb 20 22:42:44 2005
3
@@ -5415,6 +5415,7 @@
3
@@ -5696,6 +5696,7 @@
4
     
4
     
5
 # This can be used to rebuild libtool when needed
5
 # This can be used to rebuild libtool when needed
6
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
6
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"

Return to bug 77773