mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to 2.7
- submitter => maintainer PR: ports/122723 Submitted by: maintainer (Wen heping)
This commit is contained in:
parent
7fde5f11d3
commit
f4fa978598
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211288
@ -6,23 +6,31 @@
|
||||
#
|
||||
|
||||
PORTNAME= rpc2
|
||||
PORTVERSION= 2.5
|
||||
PORTVERSION= 2.7
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/rpc2/src/ \
|
||||
ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/ \
|
||||
ftp://ftp.planetmirror.com/pub/coda/src/ \
|
||||
ftp://ftp.nctu.edu.tw/mirror/Coda/src/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= An interprocess communication library
|
||||
|
||||
LIB_DEPENDS= lwp.2:${PORTSDIR}/devel/lwp
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
USE_PERL5= yes
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-extract:
|
||||
.for file in pkgs/Makefile.in
|
||||
@${REINPLACE_CMD} -e \
|
||||
's#(libdir)#{prefix}/libdata#g' \
|
||||
${WRKSRC}/${file}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (rpc2-2.5.tar.gz) = bb3119a6cc2a1ddafdadefb6a805fa5c
|
||||
SHA256 (rpc2-2.5.tar.gz) = 7c97d3530d4c98d54acffe1dbdea2b05d7a67c7564b6b44914070b9cd6222588
|
||||
SIZE (rpc2-2.5.tar.gz) = 607817
|
||||
MD5 (rpc2-2.7.tar.gz) = b28e3291d71bb36a374fb85d65125276
|
||||
SHA256 (rpc2-2.7.tar.gz) = 39ac1b27384cb6529b48986fa3a72687914b67d152ed47ba8ba5342b324dd60d
|
||||
SIZE (rpc2-2.7.tar.gz) = 624013
|
||||
|
@ -1,6 +1,5 @@
|
||||
bin/rp2gen
|
||||
include/rpc2/errors.h
|
||||
include/rpc2/errorsdefs.h
|
||||
include/rpc2/multi.h
|
||||
include/rpc2/rpc2.h
|
||||
include/rpc2/rpc2_addrinfo.h
|
||||
@ -10,10 +9,11 @@ include/rpc2/sftp.h
|
||||
lib/librpc2.a
|
||||
lib/librpc2.la
|
||||
lib/librpc2.so
|
||||
lib/librpc2.so.8
|
||||
lib/librpc2.so.9
|
||||
lib/libse.a
|
||||
lib/libse.la
|
||||
lib/libse.so
|
||||
lib/libse.so.8
|
||||
lib/libse.so.9
|
||||
libdata/pkgconfig/rpc2.pc
|
||||
@dirrm share/rpc2
|
||||
@dirrm include/rpc2
|
||||
@dirrmtry share/rpc2
|
||||
|
Loading…
Reference in New Issue
Block a user