port maintainer address

2016-02-05 Thread qjail1
A year ago I was receiving loads of spam email on the maintainer email addresses used in the ports makefile. I created bug tickets to change the user name part of the email address for all the ports I maintain, but some how I missed the qjail2 port. Now that port says its maintained by po...@fr

Re: port maintainer address

2016-02-07 Thread qjail1
Kurt Jaeger wrote: Hi! A year ago I was receiving loads of spam email on the maintainer email addresses used in the ports makefile. I created bug tickets to change the user name part of the email address for all the ports I maintain, but some how I missed the qjail2 port. Now that port says i

Please commit PR # 206935

2016-02-11 Thread qjail1
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206935 ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

[Bug 209929] needs commitor

2016-06-12 Thread qjail1
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209929 ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

requesting hep with Variable OSREL in port Makefile

2016-08-13 Thread qjail1
Hello list; I would like to restrict the port to only installing on Freebsd 10.0 and newer. Desire example of Makefile with OSREL Variable coding and placement of bsd.port.pre.mk statement. Thanks in advance. ___ freebsd-ports@freebsd.org mailing l

Re: requesting help with Variable OSREL in port Makefile

2016-08-13 Thread qjail1
>> .if ${OPSYS} == FreeBSD && ${OSVERSION} < 100 >> IGNORE= builds only on 10 or greater than 10 >> .endif > > That's OSVERSION. The OP asked about OSREL. > > (however, OSVERSION is more useful as one can test it numerically; it > is documented in Chapter 16 of the Porter's Handbook, if the OP

Committer needed for Maintainer updated ports

2016-08-29 Thread qjail1
These port updates are in preparation for publication of RELEASE-11.0. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212201 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212202 Thanks ___ freebsd-ports@freebsd.org mailing list https://lists.fr

os of system fetching port source

2017-02-19 Thread qjail1
My port has it's source hosted on sourceforge.net. That site has function that shows the count of times the port source file has been downloaded along with the country and operating system type of the computer requesting the download. 99.9% of the time the operating system is "unknown". I can o

Re: os of system fetching port source

2017-04-03 Thread qjail1
Ed Maste wrote: On 19 February 2017 at 10:06, qjail1 wrote: My port has it's source hosted on sourceforge.net. That site has function that shows the count of times the port source file has been downloaded along with the country and operating system type of the computer requestin

Need commit of simple port update

2017-04-16 Thread qjail1
Hello ports list; May some kind committor please commit my simple port update: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218272 Thanks ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsub

Is pkg quarterly really needed?

2017-04-18 Thread qjail1
I maintain a port and I have users complaining that the pkg system takes many months before the updated version of my port shows up in the pkg system. My response is I tell them to change a line in their /etc/pkg/FreeBSD.conf file from url: "pkg+http://pkg.Freebsd.org/${ABI}/quarterly";, to

Re: Is pkg quarterly really needed?

2017-04-18 Thread qjail1
Jan Beich wrote: qjail1 writes: I maintain a port and I have users complaining that the pkg system takes many months before the updated version of my port shows up in the pkg system. Better ask committer assigned to your bug to add MFH tag or send an email to ports-secteam@ (and CC portmgr

Is pkg quarterly really needed?

2017-04-20 Thread qjail1
I maintain a port and I have users complaining that the pkg system takes many months before the updated version of my port shows up in the pkg system. My response is I tell them to change a line in their /etc/pkg/FreeBSD.conf file from url: "pkg+http://pkg.Freebsd.org/${ABI}/quarterly";, to url

PR merge-quarterly flag

2017-04-23 Thread qjail1
I submitted a PR to update a port I maintain and I selected the merge-quarterly flag with a ? [question mark]. I see the updated version is now in the pkg "latest" repo, but it's not in the pkg "quarterly" repo yet. How long should it take before the merge into "quarterly" happens? _