notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: www/p5-App-Nopaste/Makefile
SVNWeb

Number of commits found: 48

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 23 Jul 2019
[ 16:17 sunpoet search for other commits by this committer ] Original commit   Revision:507233
Update to 1.013

- Simplify CONFLICTS_INSTALL

Changes:	https://metacpan.org/changes/distribution/App-Nopaste
Sat, 6 Oct 2018
[ 13:06 des search for other commits by this committer ] Original commit   Revision:481365 (Only the first 10 of 2492 ports in this commit are shown above. View all ports for this commit)
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
Fri, 20 Jul 2018
[ 14:54 wen search for other commits by this committer ] Original commit   Revision:475023
- Update to 1.012
Changes: https://metacpan.org/changes/distribution/App-Nopaste
Fri, 15 Sep 2017
[ 08:58 mat search for other commits by this committer ] Original commit   Revision:449893 (Only the first 10 of 2495 ports in this commit are shown above. View all ports for this commit)
Fix license information for portgs that use "the same license as Perl".

Sponsored by:	Absolight
Sun, 27 Aug 2017
[ 17:32 sunpoet search for other commits by this committer ] Original commit   Revision:448829
Update to 1.011

Changes:	http://search.cpan.org/dist/App-Nopaste/Changes
Thu, 3 Aug 2017
[ 17:26 sunpoet search for other commits by this committer ] Original commit   Revision:447256
Update to 1.010

Changes:	http://search.cpan.org/dist/App-Nopaste/Changes
Sat, 15 Apr 2017
[ 00:47 sunpoet search for other commits by this committer ] Original commit   Revision:438562
Update to 1.009

- Add LICENSE_FILE
- Use CONFLICTS_INSTALL instead of CONFLICTS

Changes:	http://search.cpan.org/dist/App-Nopaste/Changes
Mon, 27 Feb 2017
[ 14:15 sunpoet search for other commits by this committer ] Original commit   Revision:434953
Update to 1.008

Changes:	http://search.cpan.org/dist/App-Nopaste/Changes
Mon, 10 Oct 2016
[ 20:29 adamw search for other commits by this committer ] Original commit   Revision:423706
Update to 1.007.

Changes: https://metacpan.org/changes/distribution/App-Nopaste
Sat, 28 May 2016
[ 17:10 sunpoet search for other commits by this committer ] Original commit   Revision:416038
- Update to 1.006
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/App-Nopaste/Changes
Fri, 1 Apr 2016
[ 14:33 mat search for other commits by this committer ] Original commit   Revision:412351 (Only the first 10 of 2136 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Fri, 6 Mar 2015
[ 03:56 sunpoet search for other commits by this committer ] Original commit   Revision:380577
- Update to 1.004

Changes:	http://search.cpan.org/dist/App-Nopaste/Changes
Sun, 11 Jan 2015
[ 13:30 sunpoet search for other commits by this committer ] Original commit   Revision:376766
- Update to 1.003
- Sort PLIST

Changes:	http://search.cpan.org/dist/App-Nopaste/Changes
Wed, 26 Nov 2014
[ 13:08 mat search for other commits by this committer ] Original commit   Revision:373448 (Only the first 10 of 10077 ports in this commit are shown above. View all ports for this commit)
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 10 Feb 2014
[ 22:37 ehaupt search for other commits by this committer ] Original commit   Revision:343688
Update to 0.96
Mon, 20 Jan 2014
[ 17:00 sunpoet search for other commits by this committer ] Original commit   Revision:340410
- Update to 0.94
- Sort *_DEPENDS
- Add TEST_DEPENDS
- Convert to new options helper

Changes:	http://search.cpan.org/dist/App-Nopaste/Changes
Thu, 7 Nov 2013
[ 06:19 vanilla search for other commits by this committer ] Original commit   Revision:333065 (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
Support STAGEDIR.
Fri, 20 Sep 2013
[ 23:36 bapt search for other commits by this committer ] Original commit   Revision:327776 (Only the first 10 of 2206 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Fri, 2 Aug 2013
[ 18:52 mat search for other commits by this committer ] Original commit   Revision:324174 (Only the first 10 of 1871 ports in this commit are shown above. View all ports for this commit)
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Mon, 29 Apr 2013
[ 11:56 tobez search for other commits by this committer ] Original commit   Revision:316809
Update to 0.92.

Changes:	http://search.cpan.org/dist/App-Nopaste/Changes
Tue, 29 Jan 2013
[ 09:38 tobez search for other commits by this committer ] Original commit   Revision:311159
Update to 0.91.

Changes:	http://search.cpan.org/dist/App-Nopaste/Changes
Fri, 11 Jan 2013
[ 12:51 tobez search for other commits by this committer ] Original commit   Revision:310232
Update to 0.90.

Changes:	http://search.cpan.org/dist/App-Nopaste/Changes
Wed, 18 Jul 2012
[ 17:59 sunpoet search for other commits by this committer ] Original commit 
- Update to 0.35
- Sort *_DEPENDS
- Sort OPTIONS_* and their handlers
- Refine option descriptions
- Sort MAN3
- Add missing trailing slash to WWW

Changes:	http://search.cpan.org/dist/App-Nopaste/Changes
Mon, 16 Jul 2012
[ 13:47 az search for other commits by this committer ] Original commit 
- Update to 0.34
Thu, 31 May 2012
[ 11:19 bapt search for other commits by this committer ] Original commit  (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Convert to new options framework
Mon, 6 Feb 2012
[ 23:34 bapt search for other commits by this committer ] Original commit 
give all my p5-* ports to perl team
Sat, 17 Dec 2011
[ 10:38 bapt search for other commits by this committer ] Original commit 
- update to 0.33
- changes: http://cpansearch.perl.org/src/SARTAK/App-Nopaste-0.33/Changes
Mon, 31 Oct 2011
[ 18:05 bapt search for other commits by this committer ] Original commit 
- update to 0.32
- changes: http://cpansearch.perl.org/src/SARTAK/App-Nopaste-0.32/Changes
Mon, 5 Sep 2011
[ 15:12 bapt search for other commits by this committer ] Original commit 
- update to 0.31
- changes: http://cpansearch.perl.org/src/SARTAK/App-Nopaste-0.31/Changes
- pet portlint
Sun, 28 Aug 2011
[ 19:20 bapt search for other commits by this committer ] Original commit 
- update to 0.30
- changes: http://cpansearch.perl.org/src/SARTAK/App-Nopaste-0.30/Changes
Wed, 24 Aug 2011
[ 08:31 bapt search for other commits by this committer ] Original commit 
- update to 0.29
- update licenses
- changes: http://cpansearch.perl.org/src/SARTAK/App-Nopaste-0.29/Changes
Wed, 23 Mar 2011
[ 21:24 bapt search for other commits by this committer ] Original commit 
- update to 0.28
- changes: http://cpansearch.perl.org/src/SARTAK/App-Nopaste-0.28/Changes
Fri, 11 Mar 2011
[ 11:00 bapt search for other commits by this committer ] Original commit 
- upgrade to 0.27
- switch to new CPAN:AUTHOR macros
- changes: http://cpansearch.perl.org/src/SARTAK/App-Nopaste-0.27/Changes
Mon, 28 Feb 2011
[ 00:24 bapt search for other commits by this committer ] Original commit 
- update to 0.26
- Changes: http://cpansearch.perl.org/src/SARTAK/App-Nopaste-0.26/Changes
Tue, 8 Feb 2011
[ 07:59 bapt search for other commits by this committer ] Original commit 
Fix master site

Reported by:    Erwin
Feature safe:   yes
Mon, 7 Feb 2011
[ 10:31 bapt search for other commits by this committer ] Original commit 
- update to 0.25
- changes: http://cpansearch.perl.org/src/SARTAK/App-Nopaste-0.25/Changes
- add license
- refactor dependencies

Feature safe:   yes
Wed, 28 Jul 2010
[ 17:31 bapt search for other commits by this committer ] Original commit  (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
Change maintainer address to my new @FreeBSD.org

Approved by:    jadawin@ (co-mentor)
Wed, 16 Jun 2010
[ 06:07 wen search for other commits by this committer ] Original commit 
- Update to 0.22

PR:             ports/147874
Submitted by:   Bapt <baptiste.daroussin@gmail.com> (maintainer)
Sun, 6 Jun 2010
[ 20:16 pgollucci search for other commits by this committer ] Original commit 
- Update to 0.21

PR:             ports/147403
Approved by:    baptiste.daroussin@gmail.com (maintainer)
Submitted by:   myself (pgollucci@)
Changes:        http://search.cpan.org/dist/App-NopasteChanges
Wed, 21 Apr 2010
[ 16:07 sylvio search for other commits by this committer ] Original commit 
- Update to 0.20

PR:             ports/145843
Submitted by:   Bapt <baptiste.daroussin@gmail.com> (maintainer)
Approved by:    itetcu (mentor, implicit)
Wed, 31 Mar 2010
[ 02:55 wen search for other commits by this committer ] Original commit 
- Update to 0.19

PR:             ports/145216
Submitted by:   Bapt <baptiste.daroussin@gmail.com> (maintainer)
Fri, 22 Jan 2010
[ 14:24 kuriyama search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 2).

Approved by:    portmgr (itetcu)
Tue, 12 Jan 2010
[ 00:50 pgollucci search for other commits by this committer ] Original commit 
- Update to 0.18

PR:             ports/142685
Approved by:    baptiste.daroussin@gmail.com (maintainer)
Submitted by:   myself (pgollucci@)
Tue, 15 Dec 2009
[ 21:08 pgollucci search for other commits by this committer ] Original commit 
- Update to 0.17

PR:             ports/141547
Approved by:     maintainer
Submitted by:   myself (pgollucci@)
Thu, 12 Mar 2009
[ 16:51 miwi search for other commits by this committer ] Original commit 
This module aims to smooth out the differences between pastebins, and provides
redundancy: if one site doesn't work, it just tries a different one.

WWW:    http://search.cpan.org/dist/App-Nopaste

PR:             ports/132500
Submitted by:   bapt <baptiste.daroussin at gmail.com>

Number of commits found: 48