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: comms/smstools3/Makefile
SVNWeb

Number of commits found: 41

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, 27 Jul 2022
[ 20:30 Guido Falsi (madpilot) search for other commits by this committer ]    commit hash:3109e75af713dfba3e429ee56d688e4a18141279  commit hash:3109e75af713dfba3e429ee56d688e4a18141279  commit hash:3109e75af713dfba3e429ee56d688e4a18141279  3109e75 
comms/smstools3: Clean up and modernize port

- Remove unneeded pkg-install/pkg-deinstall scripts, and properly
  use pkg-message to display uninstall message [1]
- Reorder some statements to silence some portlint warnings
- Properly use shebangfix on more files, replacing some REINPLACE_CMDs
- Remove unneeded REINPLACE_CMDs
- Use RLN in place of LN, to correctly create relative symlinks

Reported by:	bapt [1]
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:258a98847ee4f106a2eed7fade8197d0a987d592  commit hash:258a98847ee4f106a2eed7fade8197d0a987d592  commit hash:258a98847ee4f106a2eed7fade8197d0a987d592  258a9884  (Only the first 10 of 126 ports in this commit are shown above. View all ports for this commit)
comms: remove 'Created by' lines

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

  *  'Big Bad Bob' Frazier <bobf@mrp3.com>
  *  <mr@freebsd.org>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrew Dolgov <fox@furry.spb.ru>
  *  Andrey Lykhin <lan31@inbox.ru>
  *  Anton Voronin <anton@urc.ac.ru>
  *  Brandon S. Allbery KF8NH <allbery@ece.cmu.edu>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 6 Feb 2022
[ 18:36 Stefan Eßer (se) search for other commits by this committer ]    commit hash:bdd2d4af9630fdc1157d49bd193e8195c3240e9e  commit hash:bdd2d4af9630fdc1157d49bd193e8195c3240e9e  commit hash:bdd2d4af9630fdc1157d49bd193e8195c3240e9e  bdd2d4a  (Only the first 10 of 69 ports in this commit are shown above. View all ports for this commit)
Update CONFLICTS definitions in categories a* to c*

Update the CONFLICTS definitions of ports in the following categories:

- accessibility
- archivers
- audio
- benchmarks
- biology
- cad
- chinese
- comms
- converters

An attempt has been made to use generic conflicts patterns that do not
have to be updated whenever a new version of a conflicting port is
added to the ports system.

There is a misunderstanding that the port being built/installed has to
be omitted from the conflicts pattern. This is not true - the port
being built is implicitly non-conflicting due to logic in bsd.port.mk.

Approved by:	portmgr (implicit)
Fri, 29 Oct 2021
[ 09:50 Stefan Eßer (se) search for other commits by this committer ]    commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  819f25b  (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
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.
Tue, 25 Aug 2020
[ 13:53 madpilot search for other commits by this committer ] Original commit   Revision:546181
Add -fcommon to CFLAGS to allow building on  clang 11 in recent head.
Fri, 5 May 2017
[ 19:07 madpilot search for other commits by this committer ] Original commit   Revision:440202
Update comms/smstools3 to 3.1.21
Wed, 12 Apr 2017
[ 22:20 madpilot search for other commits by this committer ] Original commit   Revision:438414
- Update comms/smstools3 to 3.1.20
- Convert to USES=localbase
Tue, 14 Mar 2017
[ 20:44 madpilot search for other commits by this committer ] Original commit   Revision:436175
- Update smstools3 to 3.1.19
- Don't clobber LDFLAGS
Mon, 27 Feb 2017
[ 18:59 madpilot search for other commits by this committer ] Original commit   Revision:434986
Update comms/smstools3 to 3.1.17
Thu, 23 Feb 2017
[ 14:25 madpilot search for other commits by this committer ] Original commit   Revision:434668
Update comms/smstools3 to 3.1.16
Wed, 2 Nov 2016
[ 11:29 madpilot search for other commits by this committer ] Original commit   Revision:425138
- Add UTF8 option [1]
- Patch sendsms script to correctly parse iconv command output [2]

While here:

- Add TIMESTAMP to distinfo
- Regenerate patches
- Unsilence post-install target

PR:		205973 [1], 205978 [2]
Submitted by:	satorium77@gmail.com
Fri, 1 Apr 2016
[ 13:29 mat search for other commits by this committer ] Original commit   Revision:412344 (Only the first 10 of 1009 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 19 Aug 2015
[ 13:30 mat search for other commits by this committer ] Original commit   Revision:394778 (Only the first 10 of 172 ports in this commit are shown above. View all ports for this commit)
Convert ports to use the options helpers in categories [abc]*, and minor fixes.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
Wed, 8 Oct 2014
[ 07:14 bapt search for other commits by this committer ] Original commit   Revision:370419
Fix build with gmake 4.1
Tue, 2 Sep 2014
[ 14:22 bapt search for other commits by this committer ] Original commit   Revision:367007
Fix packaging as a user
Thu, 26 Jun 2014
[ 22:28 madpilot search for other commits by this committer ] Original commit   Revision:359425
- Modify startup script to let smsd change user by itself [1]
- Change the sample configuration file to have same behaviour as
  old startup script did by default

While here:

- Make strip command silent
- Fix some staging glitches
- Use new @sample directive

PR:		191361 [1]
Submitted by:	timp87@gmail.com
Thu, 30 Jan 2014
[ 09:14 madpilot search for other commits by this committer ] Original commit   Revision:341822
- Add note in rc script on how to log to syslog

Thanks to Dmitry Selivanov <sd@rlan.ru> for testing.

Reported by:	Dmitry Selivanov <sd@rlan.ru> and a few others
Tue, 22 Oct 2013
[ 14:54 madpilot search for other commits by this committer ] Original commit   Revision:331281
- Convert to staging
- Convert to USES
- Use shebangfix where necessary
- Move most @exec/@unexec commands from plist to pkg-install/pkg-deinstall
  scripts
- Make rclint somewhat happier
- Convert to new LIB_DEPENDS format
- Strip binaries
- Take maintainership
Fri, 20 Sep 2013
[ 16:03 bapt search for other commits by this committer ] Original commit   Revision:327714 (Only the first 10 of 172 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:
comms)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Thu, 28 Mar 2013
[ 15:51 eadler search for other commits by this committer ] Original commit   Revision:315474 (Only the first 10 of 53 ports in this commit are shown above. View all ports for this commit)
Drop support for old versions of FreeBSD from unmaintained ports

Reviewed by:	miwi
Mon, 4 Mar 2013
[ 16:10 pawel search for other commits by this committer ] Original commit   Revision:313413
- Update to version 3.1.15
- Fix few portlint warnings
Wed, 26 Sep 2012
[ 09:14 bapt search for other commits by this committer ] Original commit   Revision:304890
Fix typo
[ 09:09 bapt search for other commits by this committer ] Original commit   Revision:304889
Convert to OptionsNG
Thu, 16 Aug 2012
[ 08:43 mm search for other commits by this committer ] Original commit 
Give up maintainership on comms/smstools3
Wed, 23 Mar 2011
[ 15:53 mm search for other commits by this committer ] Original commit  (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
- Add LICENSE knob(s)
Wed, 6 Oct 2010
[ 12:52 mm search for other commits by this committer ] Original commit 
- Update to 3.1.14
Wed, 22 Sep 2010
[ 21:10 mm search for other commits by this committer ] Original commit 
- Fix invalid shell
- Reorganize Makefile
Sat, 18 Sep 2010
[ 21:32 mm search for other commits by this committer ] Original commit 
- Update to 3.1.12
Tue, 6 Jul 2010
[ 20:18 mm search for other commits by this committer ] Original commit 
- Update to 3.1.11

Feature safe:   yes
Fri, 21 May 2010
[ 13:34 mm search for other commits by this committer ] Original commit 
- Update to 3.1.8
Wed, 2 Dec 2009
[ 18:50 mm search for other commits by this committer ] Original commit 
- Use /dev/cuau0 as default COM port in FreeBSD 8 and higher
- Bump PORTREVISION

PR:             ports/140914
Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru>
Mon, 15 Jun 2009
[ 08:13 mm search for other commits by this committer ] Original commit 
- Update to 3.1.5
- Fix build and install with custom PREFIX [1]

Reported by:    QAT [1]
Mon, 23 Mar 2009
[ 13:06 mm search for other commits by this committer ] Original commit 
- Add MAKE_JOBS_SAFE variable
Fri, 21 Nov 2008
[ 12:03 mm search for other commits by this committer ] Original commit 
- New RCNG script for smstools3
- Improved security (runas uucp:dialer)
- Some ideas imported from [1]

PR:             ports/128681 [1]
Submitted by:   Sean McAfee <smcafee at collaborativefusion.com> [1]
Fri, 14 Nov 2008
[ 10:27 pav search for other commits by this committer ] Original commit 
- Register conflicts between gnokii, smstools and sendsms

Reported by:    ganbold of EFnet
[ 10:16 pav search for other commits by this committer ] Original commit 
- Register conflict with net/sendsms

PR:             ports/128499
Reported by:    yves guerin <yvesguerin@yahoo.ca>
Thu, 2 Oct 2008
[ 15:44 mm search for other commits by this committer ] Original commit 
- Update to 3.1.3
Sun, 18 May 2008
[ 09:23 mm search for other commits by this committer ] Original commit 
The SMS Server Tools 3 is a SMS Gateway software which can send and receive
short messages through GSM modems and mobile phones.

This is the enhanced version 3.x maintained by Mr. Keijo "Keke" Kasvi.

WWW: http://smstools3.kekekasvi.com

Number of commits found: 41