Bug 210777 - devel/py-dogpile.core EOL: merged into devel/py-dogpile.cache
Summary: devel/py-dogpile.core EOL: merged into devel/py-dogpile.cache
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Rene Ladan
URL:
Keywords:
Depends on: 210776
Blocks:
  Show dependency treegraph
 
Reported: 2016-07-03 13:36 UTC by Andrej Ebert
Modified: 2016-09-13 20:17 UTC (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Ebert 2016-07-03 13:36:05 UTC
Since dopgile.core was merged into dogpile.cache:

https://bitbucket.org/zzzeek/dogpile.cache/issues/91/merge-dogpilecore-into-dogpilecache

 this port is no longer needed.
Comment 1 Jan Beich freebsd_committer freebsd_triage 2016-07-18 19:50:46 UTC
Maintainer timeout. I can't remove the port due to a pre-commit hook and touching the hook requires portmgr approval.

$ git svn dcommit --rmdir
Committing to svn+ssh://repo.freebsd.org/ports/head ...
        D       devel/py-dogpile.core/Makefile
        D       devel/py-dogpile.core/distinfo
        D       devel/py-dogpile.core/pkg-descr
        M       MOVED
        M       devel/Makefile
        D+      devel/py-dogpile.core/

ERROR from SVN:
A repository hook failed: Commit blocked by pre-commit hook (exit code 1) with output:
Some files in your commit look suspiciously like core files,
patch leftovers, CVS, Subversion or git directories. Please
double-check your commit and try committing again.

$ cd svnadmin
$ svn diff
Index: svnadmin/hooks/scripts/deny-filenames.sh
===================================================================
--- svnadmin/hooks/scripts/deny-filenames.sh	(revision 418736)
+++ svnadmin/hooks/scripts/deny-filenames.sh	(working copy)
@@ -30,7 +30,7 @@ do
     echo "Some files in your commit look suspiciously like core files," >&2
     echo "patch leftovers, CVS, Subversion or git directories. Please" >&2
     echo "double-check your commit and try committing again." >&2
-    exit 1
+#    exit 1
   fi 
 
   if [ -z "${file%%*/Makefile.local}" ]

$ svn ci
Sending        hooks/scripts/deny-filenames.sh
Transmitting file data .done
Committing transaction...
svn: E165001: Commit failed (details follow):
svn: E165001: Commit blocked by pre-commit hook (exit code 1) with output:
**** You need "Approved by: portmgr" line in your log entry.
Comment 2 Jan Beich freebsd_committer freebsd_triage 2016-08-08 08:39:24 UTC
Resign per portmgr feedback timeout.
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-08-08 08:39:28 UTC
A commit references this bug:

Author: jbeich
Date: Mon Aug  8 08:38:47 UTC 2016
New revision: 419802
URL: https://svnweb.freebsd.org/changeset/ports/419802

Log:
  devel/py-dogpile.core: mark deprecated

  According to the homepage:
    The dogpile.core package has been rolled into dogpile.cache
    directly. dogpile.core as a separate package is effectively EOL.

  PR:		210777
  Submitted by:	Andrej Ebert <andrej@ebert.su>
  Approved by:	maintainer timeout (1 month)

Changes:
  head/devel/py-dogpile.core/Makefile
Comment 4 Mathieu Arnold freebsd_committer freebsd_triage 2016-08-08 09:33:35 UTC
Note that there can never be a timeout from portmgr@:

http://www.freebsd.org/doc/en/books/porters-handbook/makefile-maintainer.html

Don't hesitate to poke someone from portmgr directly if needed :-)
Comment 5 Rene Ladan freebsd_committer freebsd_triage 2016-09-13 20:17:06 UTC
Removed in r422076