mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 03:26:41 -04:00
net-im/meanwhile: Update to 1.1.1
Switch to new GitHub location and relinquish maintainership. I no longer use meanwhile. PR: 285767
This commit is contained in:
parent
cb30b4e683
commit
1aca6d26a4
3 changed files with 14 additions and 10 deletions
|
@ -1,14 +1,18 @@
|
||||||
PORTNAME= meanwhile
|
PORTNAME= meanwhile
|
||||||
PORTVERSION= 1.0.2
|
PORTVERSION= 1.1.1
|
||||||
PORTREVISION= 6
|
|
||||||
CATEGORIES= net-im
|
CATEGORIES= net-im
|
||||||
MASTER_SITES= SF
|
|
||||||
|
|
||||||
MAINTAINER= marcus@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Open Source implementation of the Lotus Sametime protocol
|
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_GNOME= glib20
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (meanwhile-1.0.2.tar.gz) = 38a8059eaa549cbcb45ca0a5b453e9608ceadab360db2ae14581fb22ddabdf23
|
TIMESTAMP = 1743439849
|
||||||
SIZE (meanwhile-1.0.2.tar.gz) = 479325
|
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
|
||||||
|
|
|
@ -14,10 +14,9 @@ include/meanwhile/mw_srvc_place.h
|
||||||
include/meanwhile/mw_srvc_resolve.h
|
include/meanwhile/mw_srvc_resolve.h
|
||||||
include/meanwhile/mw_srvc_store.h
|
include/meanwhile/mw_srvc_store.h
|
||||||
include/meanwhile/mw_st_list.h
|
include/meanwhile/mw_st_list.h
|
||||||
lib/libmeanwhile.a
|
|
||||||
lib/libmeanwhile.so
|
lib/libmeanwhile.so
|
||||||
lib/libmeanwhile.so.1
|
lib/libmeanwhile.so.1
|
||||||
lib/libmeanwhile.so.1.0.2
|
lib/libmeanwhile.so.1.1.1
|
||||||
libdata/pkgconfig/meanwhile.pc
|
libdata/pkgconfig/meanwhile.pc
|
||||||
%%DOCSDIR%%/samples/README
|
%%DOCSDIR%%/samples/README
|
||||||
%%DOCSDIR%%/samples/build
|
%%DOCSDIR%%/samples/build
|
||||||
|
|
Loading…
Add table
Reference in a new issue