Bug 183115 - Resign maintainership or deprecate net-im/linux-ymessenger
Summary: Resign maintainership or deprecate net-im/linux-ymessenger
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: Tijl Coosemans
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-20 01:00 UTC by Seth Kingsley
Modified: 2013-10-23 12:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Seth Kingsley 2013-10-20 01:00:00 UTC
Please allow me to resign maintainership of the net-im/linux-ymessenger port.  I no longer have any FreeBSD machines running X11.  The port is old and binary-only, and depends on x11-toolkits/linux-f10-gtk, which will soon be removed.  Alternatively, the port could simply be deprecated and removed.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-20 01:00:35 UTC
Class Changed
From-To: update->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-23 12:19:26 UTC
Author: tijl
Date: Wed Oct 23 11:19:19 2013
New Revision: 331371
URL: http://svnweb.freebsd.org/changeset/ports/331371

Log:
  - Reset MAINTAINER. [1]
  - Support staging.
  
  PR:		ports/183115 [1]
  Submitted by:	Seth Kingsley <sethk@meowfishies.com> (maintainer) [1]

Modified:
  head/net-im/linux-ymessenger/Makefile

Modified: head/net-im/linux-ymessenger/Makefile
==============================================================================
--- head/net-im/linux-ymessenger/Makefile	Wed Oct 23 11:03:47 2013	(r331370)
+++ head/net-im/linux-ymessenger/Makefile	Wed Oct 23 11:19:19 2013	(r331371)
@@ -10,7 +10,7 @@ DISTNAME=	rh9.${PORTNAME}-${PORTVERSION:
 DISTFILES=	${DISTNAME}.rpm ymessenger.bin
 EXTRACT_ONLY=	${DISTNAME}.rpm
 
-MAINTAINER=	sethk@meowfishies.com
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	An RPM of Yahoo! Messenger instant messaging client
 
 EXTRACT_DEPENDS=	rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio
@@ -26,7 +26,6 @@ ONLY_FOR_ARCHS=	i386 amd64
 SHARE_FILES=	yahoo_gnome.png yahoo_kde.xpm ymessenger.desktop\
 		ymessenger.kdelnk
 
-NO_STAGE=	yes
 do-extract:
 	@${RM} -rf ${WRKDIR}
 	@${MKDIR} ${WRKDIR}
@@ -44,17 +43,17 @@ post-patch:
 	    ${WRKDIR}/linux-ymessenger.sh
 
 do-install:
-	@${MKDIR} ${PREFIX}/libexec/linux-ymessenger
-	@set -x; for share in ${SHARE_FILES}; do\
-	    ${INSTALL_DATA} ${WRKDIR}/opt/ymessenger/bin/$$share\
-	    ${PREFIX}/libexec/linux-ymessenger;\
-	done
+	@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/linux-ymessenger
+.for f in ${SHARE_FILES}
+	${INSTALL_DATA} ${WRKDIR}/opt/ymessenger/bin/${f}\
+	    ${STAGEDIR}${PREFIX}/libexec/linux-ymessenger
+.endfor
 	${INSTALL_PROGRAM} ${WRKDIR}/opt/ymessenger/bin/ymessenger.bin\
-	    ${PREFIX}/libexec/linux-ymessenger
+	    ${STAGEDIR}${PREFIX}/libexec/linux-ymessenger
 	${INSTALL_SCRIPT} ${WRKDIR}/linux-ymessenger.sh\
-	    ${PREFIX}/bin/linux-ymessenger
-	@${MKDIR} ${PREFIX}/lib/linux-ymessenger
+	    ${STAGEDIR}${PREFIX}/bin/linux-ymessenger
+	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/linux-ymessenger
 	${INSTALL_DATA} ${WRKDIR}/opt/ymessenger/lib/libgtkhtml.so.0\
-	    ${PREFIX}/lib/linux-ymessenger
+	    ${STAGEDIR}${PREFIX}/lib/linux-ymessenger
 
 .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 Tijl Coosemans freebsd_committer freebsd_triage 2013-10-23 12:19:28 UTC
State Changed
From-To: open->closed

Committed in r331371. 


Comment 4 Tijl Coosemans freebsd_committer freebsd_triage 2013-10-23 12:19:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tijl

Committed in r331371.