Bug 179296 - x11/xscreensaver.app: deprecate
Summary: x11/xscreensaver.app: deprecate
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: Rene Ladan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-04 13:40 UTC by Rene Ladan
Modified: 2013-06-21 18:50 UTC (History)
0 users

See Also:


Attachments
file.diff (693 bytes, patch)
2013-06-04 13:40 UTC, Rene Ladan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rene Ladan freebsd_committer freebsd_triage 2013-06-04 13:40:03 UTC
x11/screensaver.app depends on x11-wm/libdockapp, which expired on 2012-10-20.
Mark for removal on 2013-08-04.

While here convert the Makefile header.

Fix: Patch attached with submission follows:
How-To-Repeat: `Tools/scripts/rmport x11-wm/libdockapp` finds this port
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-04 13:40:28 UTC
Maintainer of x11/xscreensaver.app,

Please note that PR ports/179296 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/179296

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-04 13:40:29 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Rene Ladan freebsd_committer freebsd_triage 2013-06-07 17:20:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rene

Track
Comment 4 Rene Ladan freebsd_committer freebsd_triage 2013-06-21 18:40:25 UTC
State Changed
From-To: feedback->closed

Committed, timeout
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-06-21 18:40:29 UTC
Author: rene
Date: Fri Jun 21 17:40:21 2013
New Revision: 321484
URL: http://svnweb.freebsd.org/changeset/ports/321484

Log:
  - Deprecate for removal on 2013-08-04, depends on expired x11-wm/libdockapp
  - Update Makefile header
  
  PR:		ports/179296
  Submitted by:	myself
  Approved by:	maintainer timeout (hemi@puresimplicity.net, 14 days)

Modified:
  head/x11/xscreensaver.app/Makefile   (contents, props changed)

Modified: head/x11/xscreensaver.app/Makefile
==============================================================================
--- head/x11/xscreensaver.app/Makefile	Fri Jun 21 17:36:18 2013	(r321483)
+++ head/x11/xscreensaver.app/Makefile	Fri Jun 21 17:40:21 2013	(r321484)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   XScreenSaver.App
-# Date created:        26 September 2004
-# Whom:                hemi@puresimplicity.net
-#
+# Created by: hemi@puresimplicity.net
 # $FreeBSD$
-#
 
 PORTNAME=	XScreenSaver.App
 PORTVERSION=	2.3
@@ -14,6 +10,9 @@ MASTER_SITES=	SF/xscreensaverapp/${PORTN
 MAINTAINER=	hemi@puresimplicity.net
 COMMENT=	WindowMaker dockapp to control XScreenSaver
 
+DEPRECATED=	Depends on expired x11-wm/libdockapp
+EXPIRATION_DATE=2013-08-04
+
 LIB_DEPENDS=	dockapp.2:${PORTSDIR}/x11-wm/libdockapp
 
 PLIST_FILES=	bin/XScreenSaver.App
_______________________________________________
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"