Bug 186664 - providing distfile mirror for net-im/pidgin-guifications
Summary: providing distfile mirror for net-im/pidgin-guifications
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-11 20:20 UTC by Marko Cupać
Modified: 2014-02-11 21:50 UTC (History)
0 users

See Also:


Attachments
file.diff (694 bytes, patch)
2014-02-11 20:20 UTC, Marko Cupać
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marko Cupać 2014-02-11 20:20:00 UTC
net-im/pidgin-guifications has been marked DEPRECATED because there are no more public distfiles. As I use this plugin, I'd be glad to serve the distfile from my server if this would keep the port alive.

Fix: Patch attached with submission follows:
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2014-02-11 21:17:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it. Marko, don't you want to also become a maintainer of 
this port?
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-02-11 21:46:51 UTC
Author: rm
Date: Tue Feb 11 21:46:44 2014
New Revision: 343822
URL: http://svnweb.freebsd.org/changeset/ports/343822
QAT: https://qat.redports.org/buildarchive/r343822/

Log:
  - update MASTER_SITES and pass maintainership to submitter
  - remove DEPRECATED and EXPIRATION_DATE
  
  while here:
  - support staging
  - add LICENSE (GPLv2)
  - replace inclusion of bsd.port.pre|post.mk with bsd.port.mk
  
  PR:		186664
  Submitted by:	Marko Cupac <marko.cupac@mimar.rs>

Modified:
  head/net-im/pidgin-guifications/Makefile

Modified: head/net-im/pidgin-guifications/Makefile
==============================================================================
--- head/net-im/pidgin-guifications/Makefile	Tue Feb 11 21:25:27 2014	(r343821)
+++ head/net-im/pidgin-guifications/Makefile	Tue Feb 11 21:46:44 2014	(r343822)
@@ -5,31 +5,27 @@ PORTNAME=	pidgin-guifications
 PORTVERSION=	2.16
 PORTREVISION=	5
 CATEGORIES=	net-im
-MASTER_SITES=	http://downloads.guifications.org/plugins/Guifications2/
+MASTER_SITES=	https://www.mimar.rs/distfiles/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	marko.cupac@mimar.rs
 COMMENT=	Plugin to add msn style "toaster" popups to Pidgin
 
+LICENSE=	GPLv2
+
 BUILD_DEPENDS=	${LOCALBASE}/include/pidgin/pidgin.h:${PORTSDIR}/net-im/pidgin
 RUN_DEPENDS=	pidgin:${PORTSDIR}/net-im/pidgin
 
-DEPRECATED=	No more public distfiles
-EXPIRATION_DATE=	2014-03-10
-
 USE_BZIP2=	yes
-USES=        pathfix gettext gmake pkgconfig
+USES=		pathfix gettext gmake pkgconfig
 USE_GNOME=	gnomeprefix gtk20
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
 CPPFLAGS+=	-I${LOCALBASE}/include
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
 post-extract:
 	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \
 		-e 's#\([@(]\)PIDGIN_LIBDIR\([@)]\)#\1libdir\2#' \
 		-e 's#\([@(]\)PIDGIN_DATADIR\([@)]\)#\1datadir\2#'
 	@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2014-02-11 21:47:26 UTC
State Changed
From-To: open->closed

Committed, thank you!