notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: lang/v/Makefile

Number of commits found: 18

Sunday, 31 Mar 2024
03:05 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v: Update to 0.4.5

- Update PORTSCOUT

Changs:		https://github.com/vlang/v/releases
commit hash: 0299caa80050fe7b32faba95441f7b268a708679 commit hash: 0299caa80050fe7b32faba95441f7b268a708679 commit hash: 0299caa80050fe7b32faba95441f7b268a708679 commit hash: 0299caa80050fe7b32faba95441f7b268a708679 0299caa
Friday, 1 Dec 2023
22:11 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v: Update to 0.4.3

Changs:		https://github.com/vlang/v/releases
commit hash: bdff10f8d70b7ff002819e3a411c8ce5dc211670 commit hash: bdff10f8d70b7ff002819e3a411c8ce5dc211670 commit hash: bdff10f8d70b7ff002819e3a411c8ce5dc211670 commit hash: bdff10f8d70b7ff002819e3a411c8ce5dc211670 bdff10f
Wednesday, 6 Sep 2023
20:49 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v: Update to 0.4.1

Changs:		https://github.com/vlang/v/releases
commit hash: 86e2525f45cf6974da8f68473875932289203a6e commit hash: 86e2525f45cf6974da8f68473875932289203a6e commit hash: 86e2525f45cf6974da8f68473875932289203a6e commit hash: 86e2525f45cf6974da8f68473875932289203a6e 86e2525
Monday, 31 Jul 2023
20:44 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v: Update to 0.4

- Update WWW and clean up pkg-descr
- Add maintainer section

Changs:		https://github.com/vlang/v/releases
commit hash: 7054def60e110e7135829029dcbd0612b67d49a8 commit hash: 7054def60e110e7135829029dcbd0612b67d49a8 commit hash: 7054def60e110e7135829029dcbd0612b67d49a8 commit hash: 7054def60e110e7135829029dcbd0612b67d49a8 7054def
Friday, 30 Jun 2023
07:01 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/v: Use RLN instead of LN

- Add PORTSCOUT
- Cosmetic change
commit hash: ef689aba0049fc174dc017a1e46f6326e6d63848 commit hash: ef689aba0049fc174dc017a1e46f6326e6d63848 commit hash: ef689aba0049fc174dc017a1e46f6326e6d63848 commit hash: ef689aba0049fc174dc017a1e46f6326e6d63848 ef689ab
Saturday, 13 May 2023
17:24 Thierry Thomas (thierry) search for other commits by this committer
lang/v: upgrade to 0.3.4

Releases notes at <https://github.com/vlang/v/releases>.

PR:		271212
Approved by:	sunpoet (maintainer)
commit hash: 7859c765436c7efc3e6af981e470f2c6b28ca53b commit hash: 7859c765436c7efc3e6af981e470f2c6b28ca53b commit hash: 7859c765436c7efc3e6af981e470f2c6b28ca53b commit hash: 7859c765436c7efc3e6af981e470f2c6b28ca53b 7859c76
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
lang: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
  *  Anton Shterenlikht
  *  Ashish SHUKLA <ashish@FreeBSD.org>
  *  Bob Eager <bob@eager.cx>
  *  Bruce M Simpson
  *  Bruce M. Simpson
  *  Christoph Mallon <christoph.mallon@gmx.de>
  *  Christopher Elkins <chrise@scardini.com>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Chuck Robey <chuckr@FreeBSD.org>
  *  Cyrille Lefevre <clefevre@citeweb.net>
  *  Dan Rench <citric@cubicone.tmetic.com>
  *  Danilo Egea Gondolfo <danilogondolfo@gmail.com>
  *  Dario Freni <saturnero@gufi.org>
  *  David Kalliecharan <dave@dal.ca>
  *  David Naylor <dbn@FreeBSD.org>
  *  David Naylor <dbn@dragon.local>
  *  David O'Brien (obrien@NUXI.com)
  *  David O'Brien (obrien@NUXI.org)
  *  David O'Brien <obrien@NUXI.org>
  *  David O'Brien <obrien@cs.ucdavis.edu>
  *  Dereckson <dereckson@gmail.com>
  *  Devon H. O'Dell <devon.odell@gmail.com>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Don Croyle <croyle@gelemna.org>
  *  Douglas Anestad <yotta@dougdidit.com>
  *  Edwin Groothuis (edwin@mavetju.org)
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Eugene Ossintsev
  *  Frank Fischer
  *  Frank Gruender <elwood@mc5sys.in-berlin.de>
  *  Frederic Cambus
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Gerald Pfeifer <gerald@FreeBSD.org>
  *  Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
  *  GreenDog <fiziologus@gmail.com>
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  Guy Antony Halse <guy@rucus.ru.za.za>
  *  Herve Quiroz <hq@FreeBSD.org>
  *  Hye-Shik Chang
  *  Hye-Shik Chang <perky@fallin.lv>
  *  Hye-Shik Chang <perky@python.or.kr>
  *  Iblis Lin <iblis@hs.ntnu.edu.tw>
  *  James Bailie <jimmy@mammothcheese.ca>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
  *  Jean-Yves Lefort <jylefort@FreeBSD.org>
  *  Jeff Brown <jabrown@caida.org>
  *  Jeremy Norris <ishmael27@home.com>
  *  Jing-Tang Keith Jang <keith@FreeBSD.org>
  *  John Hein <jhein@symmetricom.com>
  *  John Marino <marino@FreeBSD.org>
  *  John Merryweather Cooper
  *  John Merryweather Cooper <coop9211@uidaho.edu>
  *  John Merryweather Cooper et al
  *  Joseph Koshy <jkoshy@FreeBSD.org>
  *  Josh Elsasser <jre@vineyard.net>
  *  Josh Gilliam <josh@quick.net>
  *  Julian H. Stacey <jhs@FreeBSD.org>
  *  Julian Stecklina
  *  Jyun-Yan You <jyyou@cs.nctu.edu.tw>
  *  Katsuji ISHIKAWA <katsuji.ishikawa@gmail.com>
  *  Kimura Fuyuki <fuyuki@hadaly.org>
  *  Kimura Fuyuki <fuyuki@mj.0038.net>
  *  Kimura Fuyuki <fuyuki@nigredo.org>
  *  Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Lev Walkin <vlm@lionet.info>
  *  Li-Wen Hsu <lwhsu@FreeBSD.org>
  *  Mahdi Mokhtari <mokhi64@gmail.com>
  *  Marcin Cieslak <saper@SYSTEM.PL>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Matthew Hunt <mph@FreeBSD.org>
  *  Michael Butschky <butsch@computi.erols.com>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Mitsuru YOSHIDA <mitsuru@riken.jp>
  *  Muhammad Moinur Rahman <5u623l20@gmail.com>
  *  Neal Nelson <ports@nicandneal.net>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nils M Holm <nmh@t3x.org>
  *  Oliver Braun <obraun@informatik.unibw-muenchen.de>
  *  Oliver Breuninger <ob@seicom.NET>
  *  Patrick Li <pat@databits.net>
  *  Pawel Worach <pawel.worach@gmail.com>
  *  Pedro F. Giffuni <giffunip@asme.org>
  *  Pedro Giffuni
  *  Pedro Giffuni <giffunip@asme.org>
  *  Pete French <pete@twisted.org.uk>
  *  Peter Schuller <peter.schuller@infidyne.com>
  *  Peter van Heusden <pvh@egenetics.com>
  *  Phillip Neumann <pneumann@gmail.com>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Pontus Stenetorp <ninjin@kth.se>
  *  Ralf S. Engelschall <rse@engelschall.com>
  *  Rick van der Zwet <rick@wzoeterwoude.net>
  *  Rob Zinkov
  *  Roland Jesse <roland.jesse@gmx.net>
  *  Romain Tartiere <romain@blogreen.org>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Sahil Tandon <sahil@tandon.net>
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Simon Marlow <simonmar@microsoft.com>
  *  Simun Mikecin <numisemis@yahoo.com>
  *  Stanislav Sedov <ssedov@mbsd.msk.ru>
  *  Stephen Weeks <sweeks@sweeks.com>
  *  Steven G. Kargl
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sylvio Cesar <sylvio@FreeBSD.org>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Timothy Beyer <beyert@cs.ucr.edu>
  *  Timothy Bourke <timbob@bigpond.com>
  *  Tom Judge <tj@FreeBSD.org>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vitaly Magerya <vmagerya@gmail.com>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen Heping <wenhping@gmail.com>
  *  Wes Peters <wes@softweyr.com>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yukihiro Nakai <Nakai@technologist.com>
  *  Yukihiro Nakai <nakai@FreeBSD.org>
  *  Zach Garner <zach@neurosoft.org>
  *  aaron@FreeBSD.org
  *  andrewb@cs.cmu.edu
  *  arved
  *  chinsan
  *  chuckr
  *  dd
  *  erik@smluc.org
  *  gahr
  *  gahr@FreeBSD.org
  *  gpalmer
  *  hsu
  *  ijliao
  *  jasone
  *  jkh
  *  jkoshy
  *  jmacd
  *  jmacd@FreeBSD.org
  *  jmz
  *  js@jeannot.org
  *  jseger@FreeBSD.org
  *  kappa@FreeBSD.org.ua
  *  kbyanc
  *  msmith@gsoft.com.au
  *  mutoh@openedu.org
  *  netchild@FreeBSD.org
  *  patrick
  *  pst
  *  rene@FreeBSD.org
  *  ruslan@shevchenko.kiev.ua
  *  stas
  *  tobez

With hat:	portmgr
commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 f98ae56
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 15 Aug 2020
16:28 sunpoet search for other commits by this committer
Update to 0.1.29

Changes:	https://github.com/vlang/v/releases
Original commitRevision:544955 
Monday, 29 Jun 2020
16:15 sunpoet search for other commits by this committer
Update to 0.1.28.1

Changes:	https://github.com/vlang/v/releases
Original commitRevision:540788 
Monday, 22 Jun 2020
16:07 sunpoet search for other commits by this committer
Update to 0.1.28

Changes:	https://github.com/vlang/v/releases
Original commitRevision:539821 
Tuesday, 12 May 2020
22:26 sunpoet search for other commits by this committer
Update to 0.1.27

Changes:	https://github.com/vlang/v/releases
Original commitRevision:535014 
Thursday, 9 Jan 2020
17:52 sunpoet search for other commits by this committer
Update to 0.1.24

Changes:	https://github.com/vlang/v/releases
		https://github.com/vlang/v/blob/master/CHANGELOG.md
Original commitRevision:522505 
Sunday, 22 Dec 2019
15:00 sunpoet search for other commits by this committer
Fix typo

- Bump PORTREVISION for package change

PR:		242648
Submitted by:	Martin Filla <freebsd@sysctl.cz>
Original commitRevision:520637 
Tuesday, 10 Dec 2019
17:09 sunpoet search for other commits by this committer
Update to 1.23.1

Changes:	https://github.com/vlang/v/releases
		https://github.com/vlang/v/blob/master/CHANGELOG.md
Original commitRevision:519681 
10:55 linimon search for other commits by this committer
Fix build on GCC-based systems:

  /wrkdirs/usr/ports/lang/v/work/v-0.1.22/vc/v.c:1681: error: 'for' loop initial
declaration used outside C99 mode

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:519659 
Monday, 18 Nov 2019
18:10 sunpoet search for other commits by this committer
Add v 0.1.22

The V programming language is a simple, fast, safe, compiled language for
developing maintainable software.

WWW: https://vlang.io/
WWW: https://github.com/vlang/v
Original commitRevision:517881 

Number of commits found: 18