Index: head/deskutils/libopensync-plugin-python/Makefile =================================================================== --- head/deskutils/libopensync-plugin-python/Makefile (revision 383538) +++ head/deskutils/libopensync-plugin-python/Makefile (revision 383539) @@ -1,21 +1,24 @@ # Created by: Alexander Logvinov # $FreeBSD$ PORTNAME= libopensync-plugin-python PORTVERSION= 0.22 PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/ MAINTAINER= webmaster@kibab.com COMMENT= Python plugin for the OpenSync framework BROKEN= Unfetchable +DEPRECATED= Unfetchable, devices are not produced anymore +EXPIRATION_DATE= 2015-05-07 + LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync022 CONFLICTS= libopensync-plugin-python-devel-[0-9]* USES= libtool pkgconfig python tar:bzip2 GNU_CONFIGURE= yes .include Index: head/deskutils/msynctool/Makefile =================================================================== --- head/deskutils/msynctool/Makefile (revision 383538) +++ head/deskutils/msynctool/Makefile (revision 383539) @@ -1,27 +1,30 @@ # Created by: Alexander Logvinov # $FreeBSD$ PORTNAME= msynctool PORTVERSION= 0.22 PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/ MAINTAINER= webmaster@kibab.com COMMENT= Command line client for the OpenSync framework LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync022 CONFLICTS= osynctool-[0-9]* BROKEN= Unfetchable +DEPRECATED= Unfetchable, devices are not produced anymore +EXPIRATION_DATE= 2015-05-07 + USES= pkgconfig tar:bzip2 GNU_CONFIGURE= yes PLIST_FILES= bin/convtest \ bin/convcard \ bin/${PORTNAME} \ man/man1/convcard.1.gz \ man/man1/${PORTNAME}.1.gz .include