Commits

Chih-Hsuan Yen authored cff48ddb251
openssl: Fix special cases manually

1. False-positive version patterns $ git diff HEAD^ | nvim -R - and search in nvim using: ^\s*version\s\+\S\+\s 2. False-positive (commented) openssl dependency declaration Search using: $ rg ':openssl\b' | rg '#' | sed 's#:.*##' Note that squid4 still depends on openssl. 3. Non-numeric revision strings Search using: rg 'revision\s+\$\{.+\}' $(rg -l -g Portfile ':openssl\b' | grep -v 'lang/php/' | grep -v 'aqua/qt5') Only mythtv* is affected. mysql-like ports are already handled by https://github.com/yan12125/revbump-ports/blob/master/increase-revision-mysql.sed
No tags

devel/luarocks/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4 PortGroup github 1.0
5 5
6 6 github.setup luarocks luarocks 2.4.4 v
7 +revision 1
7 8 license MIT
8 9 categories devel
9 10 platforms darwin
10 11 maintainers nomaintainer
11 12 supported_archs noarch
12 13
13 14 description Manager for rocks, lua extensions.
14 15 long_description \
15 16 LuaRocks is a deployment and management system for Lua modules that allows \
16 17 you to install self-contained modules (\"rocks\") which also contain \
17 18 version dependency information. It handles both install time dependencies \
18 - revision1
19 19 and runtime version check. LuaRocks supports local and remote \
20 20 repositories, and multiple local rocks trees.
21 21
22 22 homepage http://www.luarocks.org/
23 23 depends_lib port:lua
24 24
25 25 checksums rmd160 3e30700a3684c20bc80a55cbcb4dd5748a67087c \
26 26 sha256 1b4e6048306acacb69b0769100451250336ea2cf1f105786e852af8bfa4c8df5 \
27 27 size 5820693
28 28

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut