mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update from 0.2.1 to 0.2.2
- Convert LIB_DEPENDS to new syntax - Add stage support PR: ports/184855 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
9175c2f222
commit
a7481c3ea5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336853
3 changed files with 8 additions and 10 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= serveez
|
||||
PORTVERSION= 0.2.1
|
||||
PORTVERSION= 0.2.2
|
||||
CATEGORIES= net devel
|
||||
MASTER_SITES= GNU
|
||||
|
||||
|
@ -11,25 +11,21 @@ COMMENT= Server framework
|
|||
|
||||
LICENSE= GPLv3 # (or later)
|
||||
|
||||
LIB_DEPENDS= guile:${PORTSDIR}/lang/guile
|
||||
LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile
|
||||
|
||||
USE_XZ= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
CONFIGURE_ARGS= --enable-libserveez-install
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAN1= serveez.1 serveez-config.1
|
||||
INFO= serveez
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
'/^SUBDIRS/s|test||' ${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e \
|
||||
's| -release .*||' ${WRKSRC}/src/libserveez/Makefile.in
|
||||
@${REINPLACE_CMD} -e \
|
||||
'/date -r/s|^|#|' ${WRKSRC}/src/irc-server/Makefile.in
|
||||
@${ECHO_CMD} 'static char created[] = "2013-03-27 07:52 UTC";' \
|
||||
@${ECHO_CMD} 'static char created[] = "2013-12-02 09:17 UTC";' \
|
||||
> ${WRKSRC}/src/irc-server/timestamp.c
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (serveez-0.2.1.tar.xz) = a260028f4342620c4531c62c3233b9f66d5ae91d501fbbb6ff675a7087b5a0f3
|
||||
SIZE (serveez-0.2.1.tar.xz) = 816464
|
||||
SHA256 (serveez-0.2.2.tar.xz) = 4c77feabc00b9d68d9c2a7296d076536093feea76d9f47770c475f610e944525
|
||||
SIZE (serveez-0.2.2.tar.xz) = 831824
|
||||
|
|
|
@ -4,7 +4,9 @@ include/libserveez.h
|
|||
lib/libserveez.a
|
||||
lib/libserveez.la
|
||||
lib/libserveez.so
|
||||
lib/libserveez.so.1
|
||||
lib/libserveez.so.2
|
||||
man/man1/serveez.1.gz
|
||||
man/man1/serveez-config.1.gz
|
||||
share/aclocal/serveez.m4
|
||||
%%DATADIR%%/echo-server.scm
|
||||
%%DATADIR%%/eval-server.scm
|
||||
|
|
Loading…
Add table
Reference in a new issue