1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Update to 0.15.1.

This commit is contained in:
Maxim Sobolev 2001-10-15 10:02:34 +00:00
parent f040c80e18
commit aae8ecab0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48776
6 changed files with 34 additions and 18 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= librep
PORTVERSION= 0.14
PORTVERSION= 0.15.1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -19,7 +19,7 @@ LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \
LIB_DEPENDS+= gmp.3:${PORTSDIR}/math/libgmp
.endif
PLIST_SUB= GNUHOST=${ARCH}--freebsd${OSREL} VERSION=${PORTVERSION}
PLIST_SUB= GNUHOST=${ARCH}-pc-freebsd${OSREL:C/\..*//} VERSION=${PORTVERSION}
USE_NEWGCC= yes
USE_GMAKE= yes
@ -28,6 +28,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lxpg4 -lintl"
CONFIGURE_ARGS= --with-aclocaldir=${PREFIX}/share/aclocal
CONFIGURE_TARGET= ${ARCH}-freebsd${OSREL:C/\..*//}
# Don't use USE_X_PREFIX - the port doesn't really require X11 to run.
# The reason why it should be in X11BASE is that sawfish (primary user of

View File

@ -1 +1 @@
MD5 (librep-0.14.tar.gz) = 810c75bd464a339c4de017a210615948
MD5 (librep-0.15.1.tar.gz) = d7618448ad9fab7a822d6ed3f99a3d0a

View File

@ -21,11 +21,7 @@ info/librep.info-9
@exec install-info %D/info/librep.info %D/info/dir
lib/librep.la
lib/librep.so
lib/librep.so.10
libexec/rep/%%GNUHOST%%/install-aliases
libexec/rep/%%GNUHOST%%/libtool
libexec/rep/%%GNUHOST%%/rep_config.h
libexec/rep/%%GNUHOST%%/rules.mk
lib/librep.so.11
libexec/rep/%%VERSION%%/%%GNUHOST%%/DOC
libexec/rep/%%VERSION%%/%%GNUHOST%%/emulate-gnu-tar
libexec/rep/%%VERSION%%/%%GNUHOST%%/gdbm.la
@ -60,7 +56,12 @@ libexec/rep/%%VERSION%%/%%GNUHOST%%/tables.la
libexec/rep/%%VERSION%%/%%GNUHOST%%/tables.so
libexec/rep/%%VERSION%%/%%GNUHOST%%/timers.la
libexec/rep/%%VERSION%%/%%GNUHOST%%/timers.so
libexec/rep/%%GNUHOST%%/install-aliases
libexec/rep/%%GNUHOST%%/libtool
libexec/rep/%%GNUHOST%%/rep_config.h
libexec/rep/%%GNUHOST%%/rules.mk
share/aclocal/rep.m4
share/emacs/site-lisp/rep-debugger.el
share/rep/%%VERSION%%/lisp/cgi-get.jl
share/rep/%%VERSION%%/lisp/cgi-get.jlc
share/rep/%%VERSION%%/lisp/compiler.jl
@ -137,6 +138,8 @@ share/rep/%%VERSION%%/lisp/rep/lang/define.jl
share/rep/%%VERSION%%/lisp/rep/lang/define.jlc
share/rep/%%VERSION%%/lisp/rep/lang/doc.jl
share/rep/%%VERSION%%/lisp/rep/lang/doc.jlc
share/rep/%%VERSION%%/lisp/rep/lang/error-helper.jl
share/rep/%%VERSION%%/lisp/rep/lang/error-helper.jlc
share/rep/%%VERSION%%/lisp/rep/lang/interpreter.jl
share/rep/%%VERSION%%/lisp/rep/lang/interpreter.jlc
share/rep/%%VERSION%%/lisp/rep/lang/math.jl
@ -168,6 +171,8 @@ share/rep/%%VERSION%%/lisp/rep/test/framework.jl
share/rep/%%VERSION%%/lisp/rep/test/framework.jlc
share/rep/%%VERSION%%/lisp/rep/threads/condition-variable.jl
share/rep/%%VERSION%%/lisp/rep/threads/condition-variable.jlc
share/rep/%%VERSION%%/lisp/rep/threads/message-port.jl
share/rep/%%VERSION%%/lisp/rep/threads/message-port.jlc
share/rep/%%VERSION%%/lisp/rep/threads/mutex.jl
share/rep/%%VERSION%%/lisp/rep/threads/mutex.jlc
share/rep/%%VERSION%%/lisp/rep/threads/utils.jl
@ -277,6 +282,9 @@ share/rep/%%VERSION%%/lisp/unscheme/syntax.jlc
@dirrm share/rep/%%VERSION%%/lisp
@dirrm share/rep/%%VERSION%%
@dirrm share/rep
@dirrm share/emacs/site-lisp
@dirrm share/emacs
@dirrm libexec/rep/%%GNUHOST%%
@dirrm libexec/rep/%%VERSION%%/%%GNUHOST%%/rep/vm
@dirrm libexec/rep/%%VERSION%%/%%GNUHOST%%/rep/util
@dirrm libexec/rep/%%VERSION%%/%%GNUHOST%%/rep/lang
@ -287,5 +295,4 @@ share/rep/%%VERSION%%/lisp/unscheme/syntax.jlc
@dirrm libexec/rep/%%VERSION%%/%%GNUHOST%%/rep
@dirrm libexec/rep/%%VERSION%%/%%GNUHOST%%
@dirrm libexec/rep/%%VERSION%%
@dirrm libexec/rep/%%GNUHOST%%
@dirrm libexec/rep

View File

@ -6,7 +6,7 @@
#
PORTNAME= librep
PORTVERSION= 0.14
PORTVERSION= 0.15.1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -19,7 +19,7 @@ LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \
LIB_DEPENDS+= gmp.3:${PORTSDIR}/math/libgmp
.endif
PLIST_SUB= GNUHOST=${ARCH}--freebsd${OSREL} VERSION=${PORTVERSION}
PLIST_SUB= GNUHOST=${ARCH}-pc-freebsd${OSREL:C/\..*//} VERSION=${PORTVERSION}
USE_NEWGCC= yes
USE_GMAKE= yes
@ -28,6 +28,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lxpg4 -lintl"
CONFIGURE_ARGS= --with-aclocaldir=${PREFIX}/share/aclocal
CONFIGURE_TARGET= ${ARCH}-freebsd${OSREL:C/\..*//}
# Don't use USE_X_PREFIX - the port doesn't really require X11 to run.
# The reason why it should be in X11BASE is that sawfish (primary user of

View File

@ -1 +1 @@
MD5 (librep-0.14.tar.gz) = 810c75bd464a339c4de017a210615948
MD5 (librep-0.15.1.tar.gz) = d7618448ad9fab7a822d6ed3f99a3d0a

View File

@ -21,11 +21,7 @@ info/librep.info-9
@exec install-info %D/info/librep.info %D/info/dir
lib/librep.la
lib/librep.so
lib/librep.so.10
libexec/rep/%%GNUHOST%%/install-aliases
libexec/rep/%%GNUHOST%%/libtool
libexec/rep/%%GNUHOST%%/rep_config.h
libexec/rep/%%GNUHOST%%/rules.mk
lib/librep.so.11
libexec/rep/%%VERSION%%/%%GNUHOST%%/DOC
libexec/rep/%%VERSION%%/%%GNUHOST%%/emulate-gnu-tar
libexec/rep/%%VERSION%%/%%GNUHOST%%/gdbm.la
@ -60,7 +56,12 @@ libexec/rep/%%VERSION%%/%%GNUHOST%%/tables.la
libexec/rep/%%VERSION%%/%%GNUHOST%%/tables.so
libexec/rep/%%VERSION%%/%%GNUHOST%%/timers.la
libexec/rep/%%VERSION%%/%%GNUHOST%%/timers.so
libexec/rep/%%GNUHOST%%/install-aliases
libexec/rep/%%GNUHOST%%/libtool
libexec/rep/%%GNUHOST%%/rep_config.h
libexec/rep/%%GNUHOST%%/rules.mk
share/aclocal/rep.m4
share/emacs/site-lisp/rep-debugger.el
share/rep/%%VERSION%%/lisp/cgi-get.jl
share/rep/%%VERSION%%/lisp/cgi-get.jlc
share/rep/%%VERSION%%/lisp/compiler.jl
@ -137,6 +138,8 @@ share/rep/%%VERSION%%/lisp/rep/lang/define.jl
share/rep/%%VERSION%%/lisp/rep/lang/define.jlc
share/rep/%%VERSION%%/lisp/rep/lang/doc.jl
share/rep/%%VERSION%%/lisp/rep/lang/doc.jlc
share/rep/%%VERSION%%/lisp/rep/lang/error-helper.jl
share/rep/%%VERSION%%/lisp/rep/lang/error-helper.jlc
share/rep/%%VERSION%%/lisp/rep/lang/interpreter.jl
share/rep/%%VERSION%%/lisp/rep/lang/interpreter.jlc
share/rep/%%VERSION%%/lisp/rep/lang/math.jl
@ -168,6 +171,8 @@ share/rep/%%VERSION%%/lisp/rep/test/framework.jl
share/rep/%%VERSION%%/lisp/rep/test/framework.jlc
share/rep/%%VERSION%%/lisp/rep/threads/condition-variable.jl
share/rep/%%VERSION%%/lisp/rep/threads/condition-variable.jlc
share/rep/%%VERSION%%/lisp/rep/threads/message-port.jl
share/rep/%%VERSION%%/lisp/rep/threads/message-port.jlc
share/rep/%%VERSION%%/lisp/rep/threads/mutex.jl
share/rep/%%VERSION%%/lisp/rep/threads/mutex.jlc
share/rep/%%VERSION%%/lisp/rep/threads/utils.jl
@ -277,6 +282,9 @@ share/rep/%%VERSION%%/lisp/unscheme/syntax.jlc
@dirrm share/rep/%%VERSION%%/lisp
@dirrm share/rep/%%VERSION%%
@dirrm share/rep
@dirrm share/emacs/site-lisp
@dirrm share/emacs
@dirrm libexec/rep/%%GNUHOST%%
@dirrm libexec/rep/%%VERSION%%/%%GNUHOST%%/rep/vm
@dirrm libexec/rep/%%VERSION%%/%%GNUHOST%%/rep/util
@dirrm libexec/rep/%%VERSION%%/%%GNUHOST%%/rep/lang
@ -287,5 +295,4 @@ share/rep/%%VERSION%%/lisp/unscheme/syntax.jlc
@dirrm libexec/rep/%%VERSION%%/%%GNUHOST%%/rep
@dirrm libexec/rep/%%VERSION%%/%%GNUHOST%%
@dirrm libexec/rep/%%VERSION%%
@dirrm libexec/rep/%%GNUHOST%%
@dirrm libexec/rep