Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Mar 2016 03:15:20 +0100
From:      Jan Beich <jbeich@vfemail.net>
To:        "Mikhail T." <mi+thun@aldan.algebra.com>
Cc:        Mathieu Arnold <mat@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r409827 - in head/security: . pdfcrack
Message-ID:  <7fhn-54g7-wny@vfemail.net>
In-Reply-To: <56D4D1F7.2030208@aldan.algebra.com> (Mikhail T.'s message of "Mon, 29 Feb 2016 18:19:19 -0500")
References:  <201602292122.u1TLMm6J099029@repo.freebsd.org> <CAE79CE79ADF0657680A7F4F@atuin.in.mat.cc> <56D4BBFF.6000303@aldan.algebra.com> <08C8774B712D5304E9057EFF@atuin.in.mat.cc> <56D4CE62.8000309@aldan.algebra.com> <7B14DFF0638A540FEF43D7B9@atuin.in.mat.cc> <56D4D1F7.2030208@aldan.algebra.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--=-=-=
Content-Type: text/plain

"Mikhail T." <mi+thun@aldan.algebra.com> writes:

> On 29.02.2016 18:07, Mathieu Arnold wrote:
>
>> The only reason to [...]
> Mathieu, if you intend to lecture others on good practices, please,
> include links to the rules you allege to be broken. Given our history of
> disagreements, I'm not going to try to convince you again -- as long as
> you aren't in a position to /compel/ me to accept your point of view.

security/pdfcrack isn't new, it was removed in r335930. To find such
ports try using FreshPorts or grep history of category/Makefile. For
restoring there's an established procedure[1]. However, as you've
already erased the old history you need to restore it first. Replacing
files was disabled in r320030, so you may need to do at least 2 commits.

Example Subversion surgery follows. All mistakes are mine.

  svn co --depth=empty svn+ssh://repo.freebsd.org/ports/head /tmp/ports.clean
  cd /tmp/ports.clean
  svn up --set-depth=empty security
  svn up MOVED security/Makefile security/pdfcrack
  mv security/pdfcrack tmp
  svn rm security/pdfcrack
  sed -i '.bak' '\|pdfcrack|d' security/Makefile
  svn ci -m 'Back out r409827 to restore old history'
  mv security/Makefile.bak security/Makefile
  svn cp security/pdfcrack@335929 security
  rm -rf security/pdfcrack
  mv tmp security/pdfcrack
  svn st security/pdfcrack | sed -n 's/^!/svn rm/p; s/^?/svn add/p' | sh
  sed -i '' '\|security/pdfcrack|d' MOVED
  svn ci -m 'security/pdfcrack: update to 0.15 (redo r409827)'

[1] https://www.freebsd.org/doc/en/articles/committers-guide/article.html#ports-qa-resurrect

--=-=-=
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQF8BAEBCgBmBQJW1Ps4XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQjQ0MzY3NEM3RDIzNTc4NkUxNDkyQ0VF
NEM3Nzg4MzQ3OURCRERCAAoJEOTHeINHnb3bqdgIAJ41Zg9Ph2m3cs4IJQ+YYCjf
30EbhH2l8XY2zQ3LCHXXvWAqw81AGCbPMWRieaR/L4a6C48UI0I2U3801TEqwUjv
mIxjECdQthPMAPgIto5k+UP95fmRaiRhYItuTk3DHFGbO9LZywVSDomgW0glLi7U
A4+R2ZrBTmHh34VQhYB8XomJlD/g8zNW3vyahyYhycHs7hKd81stsgs1CZPGxGjg
WS6xxTU7AMRNjYovpwqdGQQ/8097++XxzRH+iTJihhMbiMaA7ApDkOVHi5YR4XvW
892JQNe6rEj+/DhW3J+g+VEgJA67Jc7sNMiytAex4jM/2COjYDuji5urXnV4VH8=
=Wphm
-----END PGP SIGNATURE-----
--=-=-=--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7fhn-54g7-wny>