Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.1.21_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
3.1.21_1 27 Jul 2022 20:30:53
    |
Guido Falsi (madpilot)  |
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] |
3.1.21 20 Jul 2022 14:21:01
    |
Tobias C. Berner (tcberner)  |
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 ) |
3.1.21 06 Feb 2022 18:36:07
    |
Stefan Eßer (se)  |
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) |
3.1.21 29 Oct 2021 09:50:18
    |
Stefan Eßer (se)  |
*/*: 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) |
3.1.21 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
3.1.21 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.1.21 25 Aug 2020 13:53:15
  |
madpilot  |
Add -fcommon to CFLAGS to allow building on clang 11 in recent head. |
3.1.21 05 May 2017 19:07:59
  |
madpilot  |
Update comms/smstools3 to 3.1.21 |
3.1.20 12 Apr 2017 22:20:48
  |
madpilot  |
- Update comms/smstools3 to 3.1.20
- Convert to USES=localbase |
3.1.19 14 Mar 2017 20:44:16
  |
madpilot  |
- Update smstools3 to 3.1.19
- Don't clobber LDFLAGS |
3.1.17 27 Feb 2017 18:59:58
  |
madpilot  |
Update comms/smstools3 to 3.1.17 |
3.1.16 23 Feb 2017 14:25:25
  |
madpilot  |
Update comms/smstools3 to 3.1.16 |
3.1.15_4 02 Nov 2016 11:29:28
  |
madpilot  |
- 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 |
3.1.15_3 01 Apr 2016 13:29:17
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
3.1.15_3 19 Aug 2015 13:30:00
  |
mat  |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
3.1.15_3 20 Oct 2014 09:31:34
  |
bapt  |
Cleanup plist |
3.1.15_3 08 Oct 2014 07:14:54
  |
bapt  |
Fix build with gmake 4.1 |
3.1.15_3 02 Sep 2014 14:22:04
  |
bapt  |
Fix packaging as a user |
3.1.15_3 26 Jun 2014 22:28:34
  |
madpilot  |
- 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 |
3.1.15_2 30 Jan 2014 09:14:15
  |
madpilot  |
- 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 |
3.1.15_1 22 Oct 2013 14:54:01
  |
madpilot  |
- 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 |
3.1.15 20 Sep 2013 16:03:29
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms) |
3.1.15 14 Aug 2013 22:35:54
  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
3.1.15 28 Mar 2013 15:51:17
  |
eadler  |
Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by: miwi |
3.1.15 04 Mar 2013 16:10:48
  |
pawel  |
- Update to version 3.1.15
- Fix few portlint warnings |
3.1.14 26 Sep 2012 09:14:40
  |
bapt  |
Fix typo |
26 Sep 2012 09:09:28
  |
bapt  |
Convert to OptionsNG |
3.1.14 16 Aug 2012 08:43:00
 |
mm  |
Give up maintainership on comms/smstools3 |
3.1.14 14 Jan 2012 08:57:23
 |
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
3.1.14 23 Mar 2011 15:53:22
 |
mm  |
- Add LICENSE knob(s) |
3.1.14 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
3.1.14 06 Oct 2010 12:52:56
 |
mm  |
- Update to 3.1.14 |
3.1.12_1 22 Sep 2010 21:10:04
 |
mm  |
- Fix invalid shell
- Reorganize Makefile |
3.1.12 18 Sep 2010 21:32:51
 |
mm  |
- Update to 3.1.12 |
3.1.11 06 Jul 2010 20:18:39
 |
mm  |
- Update to 3.1.11
Feature safe: yes |
3.1.8 21 May 2010 13:34:48
 |
mm  |
- Update to 3.1.8 |
3.1.5_1 27 Mar 2010 00:15:24
 |
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
3.1.5_1 02 Dec 2009 18:50:39
 |
mm  |
- Use /dev/cuau0 as default COM port in FreeBSD 8 and higher
- Bump PORTREVISION
PR: ports/140914
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> |
3.1.5 15 Jun 2009 08:13:38
 |
mm  |
- Update to 3.1.5
- Fix build and install with custom PREFIX [1]
Reported by: QAT [1] |
3.1.3_1 23 Mar 2009 13:06:09
 |
mm  |
- Add MAKE_JOBS_SAFE variable |
3.1.3_1 21 Nov 2008 12:18:32
 |
mm  |
- Fix datadir in pkg-plist (it is not PORTDOCS) |
3.1.3_1 21 Nov 2008 12:03:56
 |
mm  |
- 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] |
3.1.3 14 Nov 2008 10:27:24
 |
pav  |
- Register conflicts between gnokii, smstools and sendsms
Reported by: ganbold of EFnet |
3.1.3 14 Nov 2008 10:16:26
 |
pav  |
- Register conflict with net/sendsms
PR: ports/128499
Reported by: yves guerin <yvesguerin@yahoo.ca> |
3.1.3 02 Oct 2008 15:44:52
 |
mm  |
- Update to 3.1.3 |
3.1 18 May 2008 09:23:03
 |
mm  |
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 |