svn commit: r441152 - in head: . net-im net-im/pidgin-manualsize

Eugene Grosbein eugen at FreeBSD.org
Thu May 18 13:46:44 UTC 2017


Author: eugen
Date: Thu May 18 13:46:42 2017
New Revision: 441152
URL: https://svnweb.freebsd.org/changeset/ports/441152

Log:
  Re-add net-im/pidgin-manualsize removed with revision 418057 with following changes:
  
  - take maintainership;
  - supply new MASTER_SITES for the distfile;
  - specify LICENSE (GPLv2);
  - simplify BUILD_DEPENDS;
  - bump PORTREVISION.
  
  Approved by:	az (mentor)

Added:
  head/net-im/pidgin-manualsize/
     - copied from r418056, head/net-im/pidgin-manualsize/
Modified:
  head/MOVED
  head/net-im/Makefile
  head/net-im/pidgin-manualsize/Makefile
  head/net-im/pidgin-manualsize/pkg-descr

Modified: head/MOVED
==============================================================================
--- head/MOVED	Thu May 18 13:42:42 2017	(r441151)
+++ head/MOVED	Thu May 18 13:46:42 2017	(r441152)
@@ -8478,7 +8478,6 @@ mail/atmail||2016-07-04|Has expired: Bro
 mail/ml||2016-07-04|Has expired: Broken for more than 6 months
 net-im/icb||2016-07-04|Has expired: Broken for more than 6 months
 net-im/cicquin||2016-07-04|Has expired: Broken for more than 6 months
-net-im/pidgin-manualsize||2016-07-04|Has expired: Broken for more than 6 months
 net-im/pidgin-rhythmbox||2016-07-04|Has expired: Broken for more than 6 months
 russian/eric4||2016-07-04|Has expired: Depends on expiring devel/eric4
 russian/fortune-bashorgru||2016-07-04|Has expired: Broken for more than 6 months

Modified: head/net-im/Makefile
==============================================================================
--- head/net-im/Makefile	Thu May 18 13:42:42 2017	(r441151)
+++ head/net-im/Makefile	Thu May 18 13:46:42 2017	(r441152)
@@ -109,6 +109,7 @@
     SUBDIR += pidgin-hotkeys
     SUBDIR += pidgin-latex
     SUBDIR += pidgin-libnotify
+    SUBDIR += pidgin-manualsize
     SUBDIR += pidgin-osd
     SUBDIR += pidgin-pidgimpd
     SUBDIR += pidgin-privacy-please

Modified: head/net-im/pidgin-manualsize/Makefile
==============================================================================
--- head/net-im/pidgin-manualsize/Makefile	Mon Jul  4 20:44:22 2016	(r418056)
+++ head/net-im/pidgin-manualsize/Makefile	Thu May 18 13:46:42 2017	(r441152)
@@ -3,21 +3,19 @@
 
 PORTNAME=	manualsize
 PORTVERSION=	0.7
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	net-im
-MASTER_SITES=	http://issv.org.ru/oss/ \
-		http://wickedmachine.net/~jsa/FreeBSD/distfiles/
+MASTER_SITES=	LOCAL/eugen \
+		http://www.grosbein.net/freebsd/distfiles/
 PKGNAMEPREFIX=	pidgin-
 DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	eugen at FreeBSD.org
 COMMENT=	Plugin to allow manual resizing of Pidgin's message input area
 
-BROKEN=		unfetchable
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2016-07-04
+LICENSE=	GPLv2
 
-BUILD_DEPENDS=	${LOCALBASE}/include/pidgin/pidgin.h:net-im/pidgin
+BUILD_DEPENDS=	pidgin:net-im/pidgin
 RUN_DEPENDS=	pidgin:net-im/pidgin
 
 MAKEFILE=	makefile

Modified: head/net-im/pidgin-manualsize/pkg-descr
==============================================================================
--- head/net-im/pidgin-manualsize/pkg-descr	Mon Jul  4 20:44:22 2016	(r418056)
+++ head/net-im/pidgin-manualsize/pkg-descr	Thu May 18 13:46:42 2017	(r441152)
@@ -2,4 +2,4 @@ This is Artemy Kapitula's manualsize plu
 for users to resize the text input area of the message window. This
 functionality was the default behaviour in Pidgin prior to version 2.4.
 
-WWW: http://issv.org.ru/
+WWW: https://developer.pidgin.im/wiki/ThirdPartyPlugins#Third-PartyPlugins


More information about the svn-ports-all mailing list