- Update to 0.45
- PR: 186417 Submitted by: ports fury
This commit is contained in:
parent
9ab6cd90de
commit
7bc54ca922
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343224
3 changed files with 23 additions and 14 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rudiments
|
||||
PORTVERSION= 0.44.1
|
||||
PORTVERSION= 0.45
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -11,17 +11,6 @@ COMMENT= C++ class library for daemons, clients, servers, and more
|
|||
|
||||
LICENSE= LGPL20
|
||||
|
||||
OPTIONS_DEFINE= DOCS PCRE SSL
|
||||
OPTIONS_DEFAULT=SSL
|
||||
|
||||
PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
|
||||
PCRE_CONFIGURE_ENABLE= pcre
|
||||
|
||||
SSL_USE= OPENSSL=yes
|
||||
SSL_CONFIGURE_ENABLE= ssl
|
||||
SSL_CONFIGURE_ON= --with-ssl-includes=-I${OPENSSLINC} \
|
||||
--with-ssl-libs=-L${OPENSSLLIB}
|
||||
|
||||
USES= pkgconfig shebangfix
|
||||
SHEBANG_FILES= doc/programming/insert.pl
|
||||
USE_AUTOTOOLS= libtool
|
||||
|
@ -29,6 +18,16 @@ USE_LDCONFIG= yes
|
|||
|
||||
PLIST_SUB= VERSION="${PORTVERSION}"
|
||||
|
||||
OPTIONS_DEFINE= DOCS PCRE SSL
|
||||
OPTIONS_DEFAULT= SSL
|
||||
|
||||
PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
|
||||
PCRE_CONFIGURE_ENABLE= pcre
|
||||
SSL_USE= OPENSSL=yes
|
||||
SSL_CONFIGURE_ENABLE= ssl
|
||||
SSL_CONFIGURE_ON= --with-ssl-includes=-I${OPENSSLINC} \
|
||||
--with-ssl-libs=-L${OPENSSLLIB}
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name "Makefile*" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
'/pkgconfig/s| $$(libdir)/| $${DESTDIR}$$(prefix)/libdata/| ; \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rudiments-0.44.1.tar.gz) = 3c66fed7ef4d68200af9d0ccba4d35ac6777fa76fb0182fec614493725cc8d20
|
||||
SIZE (rudiments-0.44.1.tar.gz) = 1637638
|
||||
SHA256 (rudiments-0.45.tar.gz) = 79cc1e457f9f178390605bdd511544aea125660dda9e555229e4d93c401c528b
|
||||
SIZE (rudiments-0.45.tar.gz) = 1720594
|
||||
|
|
|
@ -107,6 +107,7 @@ include/rudiments/private/parameterstring.h
|
|||
include/rudiments/private/parameterstringincludes.h
|
||||
include/rudiments/private/passwdentry.h
|
||||
include/rudiments/private/passwdentryincludes.h
|
||||
include/rudiments/private/permissions.h
|
||||
include/rudiments/private/permissionsincludes.h
|
||||
include/rudiments/private/process.h
|
||||
include/rudiments/private/processincludes.h
|
||||
|
@ -150,6 +151,8 @@ include/rudiments/private/stringbufferincludes.h
|
|||
include/rudiments/private/sys.h
|
||||
include/rudiments/private/sysincludes.h
|
||||
include/rudiments/private/syslogdestination.h
|
||||
include/rudiments/private/thread.h
|
||||
include/rudiments/private/threadincludes.h
|
||||
include/rudiments/private/threadmutex.h
|
||||
include/rudiments/private/threadmutexincludes.h
|
||||
include/rudiments/private/unixsocketclient.h
|
||||
|
@ -189,6 +192,7 @@ include/rudiments/socketserver.h
|
|||
include/rudiments/stdio.h
|
||||
include/rudiments/stringbuffer.h
|
||||
include/rudiments/sys.h
|
||||
include/rudiments/thread.h
|
||||
include/rudiments/threadmutex.h
|
||||
include/rudiments/unixsocketclient.h
|
||||
include/rudiments/unixsocketserver.h
|
||||
|
@ -345,6 +349,8 @@ man/man1/rudiments-config.1.gz
|
|||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/classsys.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/classsyslogdestination-members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/classsyslogdestination.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/classthread-members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/classthread.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/classthreadmutex-members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/classthreadmutex.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/classunixsocketclient-members.html
|
||||
|
@ -433,6 +439,7 @@ man/man1/rudiments-config.1.gz
|
|||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/functions_0x67.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/functions_0x68.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/functions_0x69.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/functions_0x6a.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/functions_0x6b.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/functions_0x6c.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/functions_0x6d.html
|
||||
|
@ -458,6 +465,7 @@ man/man1/rudiments-config.1.gz
|
|||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/functions_func_0x67.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/functions_func_0x68.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/functions_func_0x69.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/functions_func_0x6a.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/functions_func_0x6b.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/functions_func_0x6c.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/functions_func_0x6d.html
|
||||
|
@ -564,6 +572,7 @@ man/man1/rudiments-config.1.gz
|
|||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2modemserver_8h_source.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2parameterstring_8h_source.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2passwdentry_8h_source.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2permissions_8h_source.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2pipe_8h_source.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2process_8h_source.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2protocolentry_8h_source.html
|
||||
|
@ -660,6 +669,7 @@ man/man1/rudiments-config.1.gz
|
|||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/tab_s.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/tabs.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/thread_8h_source.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/threadincludes_8h_source.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/threadmutex_8h_source.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/threadmutexincludes_8h_source.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classes/html/tty_8h_source.html
|
||||
|
|
Loading…
Reference in a new issue