diff --git a/net-im/meanwhile/Makefile b/net-im/meanwhile/Makefile index 9db9bdb154e5..8998bfb0bc45 100644 --- a/net-im/meanwhile/Makefile +++ b/net-im/meanwhile/Makefile @@ -1,27 +1,31 @@ PORTNAME= meanwhile -PORTVERSION= 1.0.2 -PORTREVISION= 6 +PORTVERSION= 1.1.1 CATEGORIES= net-im -MASTER_SITES= SF -MAINTAINER= marcus@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Open Source implementation of the Lotus Sametime protocol -WWW= https://meanwhile.sourceforge.net/ +WWW= https://github.com/obriencj/meanwhile + +USES= autoreconf gmake gnome libtool pathfix pkgconfig +USE_GITHUB= yes + +GH_ACCOUNT= obriencj +GH_PROJECT= ${PORTNAME} +GH_TAGNAME= v${PORTVERSION} -USES= gmake gnome libtool pathfix pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-doxygen=no \ --with-gmp-prefix=${LOCALBASE} CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-doc-${PORTVERSION} post-patch: @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ ${WRKSRC}/samples/*.c ${WRKSRC}/src/*.[ch] .include diff --git a/net-im/meanwhile/distinfo b/net-im/meanwhile/distinfo index dace59a8e7f2..b88e58f30e85 100644 --- a/net-im/meanwhile/distinfo +++ b/net-im/meanwhile/distinfo @@ -1,2 +1,3 @@ -SHA256 (meanwhile-1.0.2.tar.gz) = 38a8059eaa549cbcb45ca0a5b453e9608ceadab360db2ae14581fb22ddabdf23 -SIZE (meanwhile-1.0.2.tar.gz) = 479325 +TIMESTAMP = 1743439849 +SHA256 (obriencj-meanwhile-1.1.1-v1.1.1_GH0.tar.gz) = 10de306f03897572b30ce68ca80dffd04ec218f6842bbe0a47bb8cce933698d0 +SIZE (obriencj-meanwhile-1.1.1-v1.1.1_GH0.tar.gz) = 180449 diff --git a/net-im/meanwhile/pkg-plist b/net-im/meanwhile/pkg-plist index 48cee9608971..f3074d4aa987 100644 --- a/net-im/meanwhile/pkg-plist +++ b/net-im/meanwhile/pkg-plist @@ -1,29 +1,28 @@ include/meanwhile/mw_channel.h include/meanwhile/mw_cipher.h include/meanwhile/mw_common.h include/meanwhile/mw_error.h include/meanwhile/mw_message.h include/meanwhile/mw_service.h include/meanwhile/mw_session.h include/meanwhile/mw_srvc_aware.h include/meanwhile/mw_srvc_conf.h include/meanwhile/mw_srvc_dir.h include/meanwhile/mw_srvc_ft.h include/meanwhile/mw_srvc_im.h include/meanwhile/mw_srvc_place.h include/meanwhile/mw_srvc_resolve.h include/meanwhile/mw_srvc_store.h include/meanwhile/mw_st_list.h -lib/libmeanwhile.a lib/libmeanwhile.so lib/libmeanwhile.so.1 -lib/libmeanwhile.so.1.0.2 +lib/libmeanwhile.so.1.1.1 libdata/pkgconfig/meanwhile.pc %%DOCSDIR%%/samples/README %%DOCSDIR%%/samples/build %%DOCSDIR%%/samples/logging_proxy.c %%DOCSDIR%%/samples/login_server.c %%DOCSDIR%%/samples/nocipher_proxy.c %%DOCSDIR%%/samples/redirect_server.c %%DOCSDIR%%/samples/sendmessage.c %%DOCSDIR%%/samples/socket.c