* On 25.07.2014 04:55 pm, Daniel J. Luke wrote:
> On Jul 25, 2014, at 10:31 AM, Mihai Moldovan <[email protected]> wrote:
>> It is busywork.  However, I find it very unlikely that a port doesn't get
>> changed at least once every 6 months. Maybe not for updates, but because
>> dependencies require a revision bump, a new OS version came out requiring a
>> quick fix, or just because base evolved.
> this is something we could mine our subversion repo to see if it's true or 
> not (or how true it is).

Out of 9694 Portfiles total:

root@nopileos~# find
/opt/local/var/macports/sources/macports.rsync.ionic.de/release/ports/ -iname
"Portfile" -exec zsh -c 'i="{}"; PORT="${i%%/Portfile}"; PORT="${PORT##*/}";
DATETIME="$(grep "^#.*Id: Portfile.*" "${i}" | cut -d " " -f 5)"; YEAR="$(cut -d
"-" -f 1 <<< "$DATETIME")"; MONTH="$(cut -d "-" -f 2 <<< "$DATETIME")"; [[
"$YEAR" -lt "2014" ]] && { echo "${PORT}: ${YEAR} ${MONTH}" } || { [[ "$MONTH"
-lt "2" ]] && echo "${PORT}: ${YEAR} ${MONTH}" }' \;
| wc -l
7369

Thus, most of them haven't been updated within 6 months. My estimation seems to
have been way off.



Mihai

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
macports-dev mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to