non port: mail/proxsmtp/Makefile |
SVNWeb
|
Number of commits found: 23 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] b587cc2 (Only the first 10 of 577 ports in this commit are shown above. )
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 )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 27 Jun 2018
|
[ 13:55 mat ] (Only the first 10 of 44 ports in this commit are shown above. )
Do not force stop services when a package is deinstalled.
Starting or stopping services is the role of pkg(8).
Sponsored by: Absolight
|
Tue, 1 Aug 2017
|
[ 17:07 zi ] (Only the first 10 of 39 ports in this commit are shown above. )
- MASTER_SITES cleanup
|
Wed, 25 Mar 2015
|
[ 11:41 marino ] (Only the first 10 of 29 ports in this commit are shown above. )
mail category: Remove $PTHREAD_LIBS
Note: The following ports did not pass check-plist (CP) or stage-qa (QA)
tests. The sendmail port has many problems, but this was already known
by myself as I fixed it properly on DPorts last week. It's a forward
action to submit a PR against mail/sendmail.
* antivirus-milter (CP)
* dk-milter (CP)
* milter-regex (CP)
* sendmail (CP, QA)
approved by: PTHREAD blanket
|
Wed, 11 Mar 2015
|
[ 13:28 zi ]
- Add ability to configure default banners
- Whitespace cleanup
- Take MAINTAINERship
|
Thu, 5 Jun 2014
|
[ 20:59 pawel ]
- Add staging support
- Convert to new option framework
- More precise BSD license
- Use @sample for config file
- Fix typo, remove Author tag from pkg-descr
|
Thu, 29 May 2014
|
[ 11:38 miwi ] (Only the first 10 of 15 ports in this commit are shown above. )
- Convert gmake to USES
Approved by: portmgr
|
Fri, 20 Sep 2013
|
[ 19:59 bapt ] (Only the first 10 of 748 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Mon, 17 Dec 2012
|
[ 03:30 araujo ]
- Update to 1.10.
PR: ports/174173
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Tue, 4 Dec 2012
|
[ 04:25 tabthorpe ]
- Reassign to the heap at maintainer's request
Feature safe: yes
|
Sun, 5 Aug 2012
|
[ 23:19 dougb ] (Only the first 10 of 936 ports in this commit are shown above. )
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
|
Sun, 13 Sep 2009
|
[ 03:35 lippe ]
- Update to 1.8.
PR: ports/138328
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Approved by: maintainer timeout (2 weeks)
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
Mon, 23 Jul 2007
|
[ 22:20 beech ]
- Update to 1.7
- Add config file create
PR: ports/114638
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Approved by: Dario Freni <saturnero@gufi.org> (maintainer),
sat (mentor)
|
[ 09:36 rafan ] (Only the first 10 of 437 ports in this commit are shown above. )
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
|
Thu, 11 Jan 2007
|
[ 09:51 miwi ]
- Update to 1.6
PR: ports/107765
Submitted by: miwi
Approved by: maintainer
|
Tue, 31 Oct 2006
|
[ 03:19 mnag ]
- Update to 1.5
PR: 104892
Approved by: maintainer
|
Fri, 17 Feb 2006
|
[ 16:51 mnag ]
- Fix typo in COMMENT [1]
- Remove unnecessary sig_stop=-KILL in rc.d script
- Bump PORTREVISION
PR: 93480
Submitted by: mnag, thierry [1]
Approved by: maintainer
|
Thu, 16 Feb 2006
|
[ 19:14 mnag ]
- Update to 1.3
- Pass PTHREAD_{LIBS,CFLAGS} via CONFIGURE_ARGS instead of REINPLACE_CMD.
configure support it.
- PORTDOCS does not need of defined(NOPORTDOCS) check
- Reorganize rc.d script
PR: 93439
Submitted by: mnag
Approved by: maintainer
|
Wed, 4 May 2005
|
[ 14:42 pav ]
ProxSMTP is a flexible tool that allows you to reject, change or log
email based on arbitrary critera. It accepts SMTP connections and
forwards the SMTP commands and responses to another SMTP server. You
need to be able to write the filtering scripts that integrate it with
your particular needs.
PR: ports/80596
Submitted by: Dario Freni <saturnero@gufi.org>
|
Number of commits found: 23 |