non port: devel/rubygem-sprockets/Makefile |
SVNWeb
|
Number of commits found: 40 |
Sat, 14 Jan 2023
|
[ 23:08 Muhammad Moinur Rahman (bofh) ] 18c6e18 (Only the first 10 of 2869 ports in this commit are shown above. )
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925
|
Fri, 23 Dec 2022
|
[ 07:31 Yasuhiro Kimura (yasu) ] 2672229 (Only the first 10 of 21 ports in this commit are shown above. )
*/*: Update dependency
For all ports that isn't compatible with rack 3.x, update dependency
from www/rubygem-rack to www/rubygem-rack22.
PR: 268057
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Thu, 7 Jul 2022
|
[ 12:36 Po-Chuan Hsieh (sunpoet) ] ebfa6d5
devel/rubygem-sprockets: Update to 4.1.1
Changes: https://github.com/rails/sprockets/blob/main/CHANGELOG.md
|
Wed, 29 Jun 2022
|
[ 21:50 Po-Chuan Hsieh (sunpoet) ] cb124ad
devel/rubygem-sprockets: Update to 4.1.0
Changes: https://github.com/rails/sprockets/blob/main/CHANGELOG.md
|
Fri, 25 Mar 2022
|
[ 13:37 Po-Chuan Hsieh (sunpoet) ] b20d279
devel/rubygem-sprockets: Update to 4.0.3
Changes: https://github.com/rails/sprockets/blob/master/CHANGELOG.md
|
Mon, 25 Oct 2021
|
[ 15:57 Po-Chuan Hsieh (sunpoet) ] 281eb7c
devel/rubygem-sprockets: Cosmetic change
|
Mon, 18 Oct 2021
|
[ 19:25 Stefan Eßer (se) ] 2fcc4ae
devel/rubygem-sprockets: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 17 Jun 2020
|
[ 18:04 sunpoet ]
Update to 4.0.2
Changes: https://github.com/rails/sprockets/blob/master/CHANGELOG.md
|
Mon, 15 Jun 2020
|
[ 19:13 sunpoet ]
Update to 4.0.1
Changes: https://github.com/rails/sprockets/blob/master/CHANGELOG.md
|
Mon, 23 Mar 2020
|
[ 05:24 ak ]
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr blanket
|
Sat, 28 Dec 2019
|
[ 07:37 sunpoet ]
Update to 4.0.0
- Update version requirement of RUN_DEPENDS
- Update pkg-descr
- Take maintainership
Changes: https://github.com/rails/sprockets/blob/master/CHANGELOG.md
|
Tue, 31 Jul 2018
|
[ 23:50 sunpoet ]
Update to 2.12.5
Changes: https://github.com/rails/sprockets/commits/2.x
|
Mon, 7 Aug 2017
|
[ 10:14 tz ]
Repo-copy devel/rubygem-hike to devel/rubygem-hike1
and fix devel/rubygem-sprockets with it.
PR: 220638
|
Sat, 15 Jul 2017
|
[ 20:43 sunpoet ]
Add LICENSE_FILE
- Remove CONFLICTS_INSTALL: devel/rubygem-sprockets211 has been removed over 6
months
|
Wed, 27 Apr 2016
|
[ 21:57 swills ] (Only the first 10 of 1194 ports in this commit are shown above. )
Convert USES=gem:autoplist to USES=gem since autoplist is default
|
[ 16:36 swills ] (Only the first 10 of 1196 ports in this commit are shown above. )
create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem
PR: 209041
Differential Revision: https://reviews.freebsd.org/D6070
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 28 Jun 2015
|
[ 17:55 sunpoet ]
- Update to 2.12.4
Changes: https://github.com/rails/sprockets/blob/master/README.md#version-history
|
Sat, 13 Jun 2015
|
[ 20:02 sunpoet ]
- Update RUN_DEPENDS: use newer rubygem-rack
- Bump PORTREVISION for dependency change
|
[ 13:55 sunpoet ]
- Add NO_ARCH
- Update WWW
|
Fri, 3 Apr 2015
|
[ 15:16 sunpoet ]
- Update to 2.12.3
It also fixes build of devel/rubygem-sprockets-rails (requires rubygem-sprockets
2.12.3).
Changes: https://github.com/rails/sprockets/blob/master/README.md#version-history
|
Sun, 21 Sep 2014
|
[ 01:16 swills ]
devel/rubygem-sprockets: update to 2.12.2
|
Mon, 15 Sep 2014
|
[ 08:48 sunpoet ]
- Mark CONFLICTS_INSTALL between devel/rubygem-sprockets and
devel/rubygem-sprockets211
|
Fri, 18 Apr 2014
|
[ 01:47 swills ]
- Update to 2.12.1
|
Sun, 23 Mar 2014
|
[ 06:19 swills ]
- Update to 2.12.0
- Use tilt1 instead of patching to allow tilt 2.x which breaks things
|
Wed, 19 Feb 2014
|
[ 03:46 swills ]
- Convert to using patch instead of REINPLACE
|
Sun, 2 Feb 2014
|
[ 02:59 swills ]
- Add patch to deps in gemspec. This plus some other patches should fix rails.
Submitted by: sunpoet
|
Mon, 2 Dec 2013
|
[ 15:07 sunpoet ]
- Update to 2.10.1
- Sort RUN_DEPENDS
Changes: https://github.com/sstephenson/sprockets/commits/master
|
Wed, 30 Oct 2013
|
[ 02:46 swills ] (Only the first 10 of 18 ports in this commit are shown above. )
- Add stage support
|
Fri, 20 Sep 2013
|
[ 17:17 bapt ] (Only the first 10 of 623 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
|
Wed, 9 Jan 2013
|
[ 03:53 swills ] (Only the first 10 of 48 ports in this commit are shown above. )
- Update rubygem-rails to 3.2.11
- Update ports require by rubygem-rails
- Add vuxml entry for rails security issues
Security: ca5d3272-59e3-11e2-853b-00262d5ed8ee
Security: b4051b52-58fa-11e2-853b-00262d5ed8ee
|
Sat, 9 Jun 2012
|
[ 06:27 miwi ]
- Update to 2.1.3
PR: 168886
Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
|
Wed, 8 Feb 2012
|
[ 03:56 pgollucci ]
- Pass to ruby@ due to rails dependency on it
PR: ports/162992
Approved by: maintainer
|
[ 02:17 pgollucci ]
- Update to 2.1.2
Approved by: maintainer (implicit, required for rails 3.2.0 update)
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic
|
Wed, 2 Nov 2011
|
[ 18:05 pgollucci ] (Only the first 10 of 40 ports in this commit are shown above. )
- Fix depend versions according to rubygems.org [again]
With Hat: ruby@
Tested by: P6 TB Full rubygem run
|
Thu, 27 Oct 2011
|
[ 03:05 swills ]
- Update to 2.0.2
PR: ports/161727
Submitted by: swills (me)
Approved by: m.tsatsenko@gmail.com (maintainer)
|
Wed, 10 Aug 2011
|
[ 16:40 swills ]
Sprockets is a Ruby library that preprocesses and concatenates
JavaScript source files. It takes any number of source files
and preprocesses them line-by-line in order to build a single
concatenation.
WWW: http://getsprockets.org/
PR: ports/159397
Submitted by: Mikhail T. <m.tsatsenko at gmail.com>
|
Number of commits found: 40 |