notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: mail/popa3d/Makefile
SVNWeb

Number of commits found: 52

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  b587cc2  (Only the first 10 of 577 ports in this commit are shown above. View all ports for this commit)
mail: remove 'Created by' lines

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

  *  <ashish@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam David <adam@FreeBSD.org>
  *  Adam McDougall <mcdouga9@egr.msu.edu>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Deiter <tiamat@komi.mts.ru>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
  *  Alex Perel <veers@disturbed.net>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 11 Jan 2018
[ 14:18 danfe search for other commits by this committer ] Original commit   Revision:458739 (Only the first 10 of 100 ports in this commit are shown above. View all ports for this commit)
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2).
Mon, 12 Oct 2015
[ 18:22 amdmi3 search for other commits by this committer ] Original commit   Revision:399146
- Fix plist for mail/popa3d-before-sendmail
Mon, 17 Aug 2015
[ 14:20 mat search for other commits by this committer ] Original commit   Revision:394508 (Only the first 10 of 271 ports in this commit are shown above. View all ports for this commit)
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
Thu, 16 Apr 2015
[ 20:13 gblach search for other commits by this committer ] Original commit   Revision:384126 (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
Back to the pool.

Currently and in near future I don't have time to be responsible
for any port.
Fri, 4 Jul 2014
[ 00:33 adamw search for other commits by this committer ] Original commit   Revision:360498 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Remove NOPORTDOCS and NOPORTEXAMPLES.
Thu, 31 Oct 2013
[ 07:51 bapt search for other commits by this committer ] Original commit   Revision:332209
Do not enforce a user/group that stage will automatically set.

This allows packing as a user

With hat:	portmgr
Thu, 24 Oct 2013
[ 21:10 gblach search for other commits by this committer ] Original commit   Revision:331533
- Update to 1.0.3
- Fix staging when SMTP_AFTER_POP3 option is enabled
Mon, 14 Oct 2013
[ 21:33 gblach search for other commits by this committer ] Original commit   Revision:330363
- Support staging
Fri, 20 Sep 2013
[ 19:59 bapt search for other commits by this committer ] Original commit   Revision:327742 (Only the first 10 of 748 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
Wed, 21 Nov 2012
[ 20:18 gblach search for other commits by this committer ] Original commit   Revision:307623
- Adopt port
- Trim Makefile header
- Display pkg-message correctly

Approved by:	tabthorpe (mentor)
Feature safe:	yes
Sun, 16 Sep 2012
[ 18:58 dinoex search for other commits by this committer ] Original commit   Revision:304377
- drop maintainership
[ 15:39 dinoex search for other commits by this committer ] Original commit   Revision:304362
- use OPTIONS_DEFINE
[ 15:18 dinoex search for other commits by this committer ] Original commit   Revision:304356
- use OPTIONS_DEFINE
Sat, 16 Jan 2010
[ 12:39 dinoex search for other commits by this committer ] Original commit 
- make pkg-message prefix aware
- use rcng style start script
PR:             142799
Submitted by:   Sevan Janiyan
Tue, 24 Jun 2008
[ 08:05 dinoex search for other commits by this committer ] Original commit 
- new option WITHOUT_POPAUTH_M4
Inpsired by:    Kenneth Tom
Sun, 1 Jun 2008
[ 19:21 dinoex search for other commits by this committer ] Original commit 
- cleanup FreeBSD 5.x
Thu, 3 Aug 2006
[ 22:46 dinoex search for other commits by this committer ] Original commit 
- fix rc script for option WITH_STANDALONE in FreeBSD 4.x
Reported by: subdue on irc
Wed, 26 Jul 2006
[ 18:45 dinoex search for other commits by this committer ] Original commit 
- new option WITH_SETPROCTITLE
Submitted by:   marck (Dmitry Morozovsky)
Tue, 25 Jul 2006
[ 11:27 dinoex search for other commits by this committer ] Original commit 
- conversion to rc_subr and OPTIONS style
PR:             100773
Submitted by:   marck (Dmitry Morozovsky)

- keep compatibility checks
- make optiosn overriadeabel flor slave ports
- force UNIQUENAME to avoid conflichts between ports
Thu, 25 May 2006
[ 15:27 dinoex search for other commits by this committer ] Original commit 
- update to 1.0.2
Wed, 10 May 2006
[ 22:37 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 328 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from ports starting with M
Wed, 15 Mar 2006
[ 08:10 dinoex search for other commits by this committer ] Original commit 
- update to 1.0.1
Fri, 27 May 2005
[ 08:01 dinoex search for other commits by this committer ] Original commit 
- update to 1.0
make portlint a bit happier
Thu, 5 Aug 2004
[ 15:07 dinoex search for other commits by this committer ] Original commit 
- new option MAILBOX_HOME
Submitted by:   Krzysztof Kowalewski, Jr.
Sat, 31 Jul 2004
[ 05:04 dinoex search for other commits by this committer ] Original commit 
- update to 0.6.4.1
PR:             69806
Submitted by:   glewis
Fri, 26 Mar 2004
[ 17:50 dinoex search for other commits by this committer ] Original commit 
- make PKGNAMESUFFIX more flexible
Thu, 18 Mar 2004
[ 05:08 dinoex search for other commits by this committer ] Original commit 
- Fix use of CFDIR
PR:             64393
Tue, 24 Feb 2004
[ 16:31 dinoex search for other commits by this committer ] Original commit 
- suppress pkg-message when STANDALONE_POP3 is defined (while building)
PR:             63309
Submitted by:   Linh Pham

- suppress pkg-message and pkg-deinstall when STANDALONE_POP3 is defined
  so the package will print neither.
- adds CONFLICTS with own variants.
Thu, 4 Dec 2003
[ 03:28 dinoex search for other commits by this committer ] Original commit 
- use DOCSDIR
- new option STANDALONE_POP3
Submitted by:   osa

- USE_REINPLACE for all options
- cleanup targets
Submitted by:   dinoex
Mon, 17 Nov 2003
[ 03:56 dinoex search for other commits by this committer ] Original commit 
- update to 0.6.4
Wed, 12 Nov 2003
[ 15:07 dinoex search for other commits by this committer ] Original commit 
- update MASTER_SITES
Tue, 15 Apr 2003
[ 05:26 dinoex search for other commits by this committer ] Original commit 
- Update to 0.6.3
Sun, 23 Mar 2003
[ 04:57 dinoex search for other commits by this committer ] Original commit 
- Update to 0.6.2
- extend popauth.m4 with optional timecheck
Wed, 5 Mar 2003
[ 03:54 dinoex search for other commits by this committer ] Original commit 
- Update to 0.6.1
Fri, 21 Feb 2003
[ 06:11 dinoex search for other commits by this committer ] Original commit 
- Update to 0.6
Thu, 20 Feb 2003
[ 18:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
- add COMMENT
Tue, 28 Jan 2003
[ 22:04 dinoex search for other commits by this committer ] Original commit 
- Update to 0.5.9
- Fix bug found by nunotex@pt-quorum.com
- discussion at
http://marc.theaimsgroup.com/?l=popa3d-users&m=104354856516116&w=2
- Extend Documentation
Wed, 8 Jan 2003
[ 06:45 dinoex search for other commits by this committer ] Original commit 
Suggested by: marck@woozle.rinet.ru
- Use of /var/empty is it exists.

- Split defines to make portlint happy.
- record installation option SMTP_AFTER_POP3 better
PR:             46802
Tue, 29 Oct 2002
[ 20:33 dinoex search for other commits by this committer ] Original commit 
update MASTER_SITES
Sun, 16 Jun 2002
[ 15:03 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
- Get rid of PERL and use SED
Thu, 9 May 2002
[ 01:33 dinoex search for other commits by this committer ] Original commit 
Update to popa3d-0.5.1

PR:             37873
Submitted by:   dominic_marks@btinternet.com
Sat, 6 Apr 2002
[ 07:15 dinoex search for other commits by this committer ] Original commit 
- Install manpage too.
Suggested by: lex@itv.kiev.ua
Tue, 29 Jan 2002
[ 11:45 knu search for other commits by this committer ] Original commit  (Only the first 10 of 62 ports in this commit are shown above. View all ports for this commit)
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;   the ECHO
macro is set to "echo" by default, but it is set to "true" if   make(1) is
invoked with the -s option while ECHO_CMD is always set to   the echo command.  
 
Thu, 17 Jan 2002
[ 21:51 dinoex search for other commits by this committer ] Original commit 
- Fix creation of chroot dir again, the packed did not created it.    
Sun, 13 Jan 2002
[ 10:39 dinoex search for other commits by this committer ] Original commit 
- moved chroot dir from /var/empty to ${PREFIX}/empty   - create chroot dir by
default   - bumped PORTREVISION    
Sat, 12 Jan 2002
[ 13:04 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
- Update popa3d-0.5   - Cleanup POP_AFTERR_SMTP patches   - honor CFLAGS    
Sun, 16 Sep 2001
[ 10:43 dinoex search for other commits by this committer ] Original commit 
Added new functionality:   	SMTP_RELAY aftersucessfull POP3 authentification.   
Mon, 5 Feb 2001
[ 15:11 olgeni search for other commits by this committer ] Original commit  (Only the first 10 of 73 ports in this commit are shown above. View all ports for this commit)
Spaces->tabs in the mail category.    
Sun, 8 Oct 2000
[ 11:23 asami search for other commits by this committer ] Original commit  (Only the first 10 of 400 ports in this commit are shown above. View all ports for this commit)
Change PKGDIR from pkg/ to .  Also fix places where ${PKGDIR} is   spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type   fixes that
shouldn't have been necessary) and the string "/pkg/"   appear.    

Number of commits found: 52