non port: devel/pecl-jsmin/Makefile |
SVNWeb
|
Number of commits found: 19 |
Mon, 5 Dec 2022
|
[ 14:45 Muhammad Moinur Rahman (bofh) ] aa29029
devel/pecl-jsmin: Cleanup
- Requires php74 which was EOL on 2022-11-28
Approved by: portmgr (blanket infrastructure)
Sponsored by: Bounce Experts
|
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 )
|
Mon, 13 Jun 2022
|
[ 00:08 Muhammad Moinur Rahman (bofh) ] 214a6c5 (Only the first 10 of 81 ports in this commit are shown above. )
*/*: Ignore with php82
|
Fri, 18 Feb 2022
|
[ 18:12 Muhammad Moinur Rahman (bofh) ] 0051e68
devel/pecl-jsmin: Mark DEPRECATED
- Set EXPIRATION_DATE on 2022-11-28
Upstream last update was on 2018 and doesn't look like it's going to be
updated soon.
PR: 261628
Approved by: gasol.wu@gmail.com (maintainer-timeout)
|
Mon, 10 Jan 2022
|
[ 13:30 Muhammad Moinur Rahman (bofh) ] 47721a7 (Only the first 10 of 38 ports in this commit are shown above. )
Mark ports to IGNORE with new php81
Approved by: portmgr (infrastructure blanket)
Sponsored by: Bounce Experts
|
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.
|
Tue, 29 Dec 2020
|
[ 09:14 antoine ] (Only the first 10 of 28 ports in this commit are shown above. )
Ignore with PHP 8.0
Reported by: pkg-fallout
|
Sat, 5 Jan 2019
|
[ 15:47 rene ] (Only the first 10 of 42 ports in this commit are shown above. )
Remove stale IGNORE_WITH_PHP=56 values.
Reminded by: sunpoet
|
Mon, 12 Feb 2018
|
[ 19:04 sunpoet ]
Update to 3.0.0
- Update IGNORE_WITH_PHP
Changes: https://pecl.php.net/package-changelog.php?package=jsmin
PR: 225426
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
Approved by: maintainer (timeout, 19 days)
|
Thu, 14 Dec 2017
|
[ 13:57 tz ] (Only the first 10 of 82 ports in this commit are shown above. )
Add missing IGNORE_WITH_PHP for various pecl-ports.
After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2
i set the IGNORE_WITH_PHP accordingly to the fallout.
PR: 222165
Reported by: brnd
Approved by: portmgr (blanket)
Differential Revision: https://reviews.freebsd.org/D13476
|
Mon, 10 Apr 2017
|
[ 15:08 mat ] (Only the first 10 of 152 ports in this commit are shown above. )
Convert all PECL ports to USES=php:pecl.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10281
|
Wed, 3 Aug 2016
|
[ 12:47 mat ] (Only the first 10 of 381 ports in this commit are shown above. )
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.
Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php. A PHP extension will be automatically activated
when installed. The order into which extensions are loaded is
automatically guessed. In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php
section of the Porter's Handbook for more information.
Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.
And finally, bump PORTREVISION for all php extensions.
PR: 210697
Submitted by: mat
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7022
|
Tue, 28 Jun 2016
|
[ 14:00 mat ] (Only the first 10 of 246 ports in this commit are shown above. )
Convert USE_PHP*=yes into USES=php*
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936
|
Thu, 18 Feb 2016
|
[ 14:47 miwi ] (Only the first 10 of 114 ports in this commit are shown above. )
- Ignore php70
- While here remove old php gruft
|
Fri, 20 Nov 2015
|
[ 17:12 madpilot ]
update to 2.0.1
PR: 204669
Submitted by: Gasol Wu <gasol.wu at gmail.com> (maintainer)
|
Mon, 4 May 2015
|
[ 02:18 vanilla ]
Upgrade to 1.1.0.
PR: 199887
Submitted by: maintainer
|
Thu, 25 Dec 2014
|
[ 17:09 sunpoet ]
- Update to 1.0.0
- Use USES=tar:tgz
- While I'm here, remove outdated IGNORE_WITH_PHP=52
Changes: http://pecl.php.net/package-changelog.php?package=jsmin
PR: ports/196263
Submitted by: Gasol Wu <gasol.wu@gmail.com> (maintainer)
|
Sun, 10 Nov 2013
|
[ 15:42 antoine ]
New port: devel/pecl-jsmin
This extension provides an API for minifying JavaScript.
WWW: http://pecl.php.net/package/jsmin
PR: ports/182138
Submitted by: Gasol Wu
|
Number of commits found: 19 |