Commit graph

45 commits

Author SHA1 Message Date
Sertonix
4d20c56bcf main/*: reduce eval usage 2024-09-09 07:11:23 +00:00
Ted Trask
11ed1a25d7 main/acf-lib: upgrade to 0.11.1
Add support for Lua 5.3 and 5.4
2023-06-27 21:06:56 +00:00
ptrcnull
35364b69ce main/*: modernize
- mostly removing unnecesary 'cd $builddir' to satisfy AL13 linting rule
- some small fixups like renaming `$_builddir` to `$builddir`
2022-12-10 23:24:32 +01:00
Leo
3da9ec0fc1 main/acf-lib: fix checksum 2021-05-14 21:23:38 -03:00
TBK
5fb965e1e1 main/acf-*: modernize
- Clarify license
- Disable check()
- Switch source to gitlab.alpinelinux.org
- General cleanup
2021-02-06 04:10:10 +00:00
Mengyang Li
9f0bcad831 acf: fix links for acf-* packages
change all git.alpinelinux.org/cgit/acf/acf
to -> gitlab.alpinelinux.org/acf/acf-clamsmtp
2021-01-04 09:55:28 +00:00
Ted Trask
1ca360bf22 main/acf-lib: upgrade to 0.11.0 2020-03-06 15:37:36 +00:00
J0WI
d2bfb22c8e main: (Bulk change) Update source urls to https using HTTPS Everywhere 2018-10-06 17:10:04 +00:00
Jakub Jirutka
63f5e7d295 [various]: unify names of licenses according to SPDX
This commit updates $license variable in all APKBUILDs to comply with
short names specified by SPDX version 3.0 [1] where possible. It was
done using find-and-replace method on substrings inside $license
variables.

Only license names were updated, not "expressions" specifying relation
between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or
exceptions (e.g. "X with exceptions").

Many licenses have a version or multiple variants, e.g. MPL-2.0,
BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not
contain license version or variant. Since there's no way how to infer
this information just from abuild, it were left without the variant
suffix or version, i.e. non SPDX compliant.

GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They
exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later
(formerly e.g. GPL-2.0+). We did not systematically noted distinguish
between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean
GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g.
GPL2+) were left without the variant suffix, i.e. non SPDX compliant.

Note: This commit just fixes format of the license names, no
verification has been done if the specified license information is
actually correct!

[1]: https://spdx.org/licenses/
2017-12-30 21:05:50 +01:00
Jakub Jirutka
730cdcef69 main/*: fix homepage url and source from http:// to https://
Most of these updates is based on data from https://repology.org/,
detection based on permanent redirect from http:// to https://.

$source urls are updated when they contain $url as substring.
2017-11-19 14:16:51 +01:00
Ted Trask
d04697c861 main/acf-lib: upgrade to 0.10.1 2017-09-13 20:38:16 +00:00
Ted Trask
35961cf446 main/acf-lib: upgrade to 0.10.0 2017-02-27 16:49:50 +00:00
Ted Trask
fd88daf468 main/acf-: Update incorrect url for all ACF packages 2016-09-30 14:04:55 +00:00
Ted Trask
0f8e302ead main/acf-lib: Add install_if and bump pkgrel 2016-01-24 19:36:42 +00:00
Ted Trask
108cd1ee40 main/acf-lib: upgrade to 0.9.0 2016-01-18 17:19:00 +00:00
Ted Trask
8e3d7ef2b1 main/acf-lib: upgrade to 0.8.1 2016-01-13 20:48:54 +00:00
Sören Tempel
53679caf4f don't prefix GPL version number with a dash
This conforms to wiki documentation regarding package creation:
http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license
2015-10-03 13:19:51 +02:00
Ted Trask
6cbd218dd8 main/acf-lib: upgrade to 0.8.0 2015-09-19 18:48:20 +00:00
Ted Trask
48b59c4832 main/acf-lib: upgrade to 0.7.4 2015-09-19 18:37:50 +00:00
Ted Trask
3b9386bce1 main/acf-lib: Bump pkgrel to fix upgrade from 3.1 2015-06-01 17:26:41 +00:00
Ted Trask
2e9a7d915e main/acf-lib: upgrade to 0.7.3 2015-05-21 03:03:14 +00:00
Ted Trask
b7de30427b main/acf-lib: Temporary patch to install for both Lua 5.1 and 5.2 2015-01-12 16:55:50 +00:00
Ted Trask
8539ee39c1 main/acf-lib: upgrade to 0.7.2 2015-01-12 16:17:24 +00:00
Ted Trask
e733cb62d9 main/acf-lib: upgrade to 0.7.1 2014-11-28 15:27:02 +00:00
Ted Trask
2a37c977ab main/acf-lib: upgrade to 0.7.0 2014-11-04 14:40:10 +00:00
Ted Trask
2b4bf36618 main/acf-lib: upgrade to 0.6.4 2014-09-18 13:29:42 +00:00
Ted Trask
e1c58f6f94 main/acf-lib: upgrade to 0.6.3 2014-07-01 15:56:10 +00:00
Ted Trask
e4af375a40 main/acf-lib: upgrade to 0.6.2 2014-04-26 20:14:49 +00:00
Ted Trask
f0692fd090 main/acf-lib: upgrade to 0.6.1 2013-11-20 13:50:59 +00:00
Ted Trask
618d55b47f main/acf-lib: upgrade to 0.6.0 2013-10-31 02:43:16 +00:00
Natanael Copa
4ebf5fa5e8 main/acf-*: update download url
the cgit update broke every download url.
2013-07-15 11:42:21 +00:00
Ted Trask
9724265d71 main/acf-lib: upgrade to 0.5.1 2013-05-26 14:15:05 +00:00
Ted Trask
c1808f1884 main/acf-lib: upgrade to 0.5.0 2013-01-01 21:04:01 +00:00
Ted Trask
7a7541409d main/acf-lib: upgrade to 0.4.2 2012-12-04 15:14:54 +00:00
Ted Trask
a248bb13ba main/acf-lib: upgrade to 0.4.1 2012-10-29 00:44:51 +00:00
Ted Trask
3889bd129d main/acf-lib: upgrade to 0.4.0 2012-08-21 14:44:36 +00:00
Ted Trask
67660c7f67 main/acf-lib: upgrade to 0.3.0 2012-01-13 21:09:57 +00:00
Ted Trask
1ac53c1d3b main/acf-lib: upgrade to 0.2.1 2011-03-17 20:15:24 +00:00
Ted Trask
6d8e169e5a multiple packages hosted at git.alpinelinux.org: update source urls 2011-02-04 18:47:55 +00:00
Ted Trask
db248157d3 Modified ACF packages to change build() to package() 2011-01-10 16:08:43 +00:00
Ted Trask
60ce0ed401 Update all ACF packages to set arch to noarch and bump pkgrel
Also updated Contributor and Maintainer
2010-12-24 19:45:13 +00:00
Ted Trask
823548acd5 main/acf-lib: upgrade to 0.2.0 2010-12-23 20:31:07 +00:00
Natanael Copa
da49ad32c4 main/*: add arch 2010-12-13 16:00:16 +00:00
Ted Trask
a99460c426 main/acf-lib: upgrade to 0.1.3 2010-02-23 14:51:41 +00:00
Ted Trask
507e4211f5 main/acf-lib: new aport 2010-01-01 18:13:58 +00:00