Framework: sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2018-09-16 22:10:19 +02:00
parent 76dae23166
commit a8e702b3b7
2 changed files with 11 additions and 5 deletions

10
MOVED
View file

@ -9265,7 +9265,6 @@ audio/last-cmus||2017-04-30|Has expired: Unfetchable for more than six months (g
audio/mehdiaplayer||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away)
japanese/nhocr||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away)
misc/xsw||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away)
dns/py-adns||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away)
dns/py-bonjour||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away)
games/robocalypto||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away)
games/libfov||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away)
@ -10519,3 +10518,12 @@ misc/timediff|misc/tzdiff|2018-09-04|Project was renamed
www/rubygem-hamlit26|www/rubygem-hamlit|2018-09-06|Has expired: Obsolete by gitlab-ce 11.2.x update, please use www/rubygem-hamlit instead
games/ppracer|games/etracer|2018-09-10|Has expired: Unmaintained. Play games/etracer instead
www/py-django-livesettings||2018-09-13|Has expired: Missing dependency on removed www/py-django-keyedcache
www/bookmarkbridge||2018-09-16|Has expired: Unmaintained. Unlikely to work correctly with modern browsers
mail/annoyance-filter||2018-09-16|Has expired: Unmaintained upstream
mail/pop3vscan||2018-09-16|Has expired: Unmaintained upstream
audio/firefly|audio/forked-daapd|2018-09-16|Has expired: Unmaintained. Use audio/forked-daapd instead
www/hs-hS3||2018-09-16|Has expired: Not being developed upstream
converters/hs-dataenc||2018-09-16|Has expired: Not being developed upstream
devel/tinyq||2018-09-16|Has expired: Unmaintained upstream and unused in the ports tree
devel/hs-hashed-storage||2018-09-16|Has expired: Not being developed upstream
www/py-searx|www/searx|2018-09-16|Move to a proper directory: this is a server, not a library

View file

@ -135,7 +135,7 @@ mkcodir()
{
log "creating temporary directory"
d=`mktemp -d -t rmport`
touch ${d}/svnlog
echo "This is the commit message, please edit it." >> ${d}/svnlog
log "created ${d}"
echo "${d}"
}
@ -371,8 +371,6 @@ append_Template()
msg="${msg}: ${DEPRECATED}"
fi
echo "This is the commit message, please edit it." >> ./svnlog
log "${catport}: adding entry to commit message template"
echo "${msg}" >> ./svnlog
@ -405,7 +403,7 @@ commit()
$EDITOR svnlog
log "Your commit message is:"
echo svnlog
cat svnlog
answer=`ask "Do you want to edit again your commit message?"`
if [ "${answer}" = "y" ] ; then