Vinícius Zavam
4911952a52
comms/ncid: drop maintainership
2022-02-08 15:44:10 +00:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles.
2021-04-06 16:31:07 +02:00
Vinícius Zavam
2927355ac3
comms/ncid: update 1.10.1_1 to 1.11
2020-02-10 16:28:23 +00:00
Mathieu Arnold
a6c40a689b
Convert to UCL & cleanup pkg-message (categories a-c)
2019-08-13 16:00:39 +00:00
Gerald Pfeifer
ea8c8ec7da
Bump PORTREVISION for ports depending on the canonical version of GCC
...
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 20:46:53 +00:00
Mark Linimon
7bfae932f7
Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.so
...
as a stand-in for "are we running on gcc".
For people already testing powerpc on clang, it is possible that they
already have both compilers in base. Thus, the assumption that "gcc is
in base" (e.g. libstdc++.so exists) always means "force use of GCC" is
already broken. It will be for everyone on -CURRENT once the switch is
made.
While here, standardize on compiler:c++11-lang instead of -lib (they are
equivalent these days), pet portlint, and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
2019-07-12 02:25:07 +00:00
Vinícius Zavam
537115f2ab
comms/ncid: fix build with GCC-based architectures
...
PR: 237036
Submitted by: Piotr Kubaj <pkubaj % anongoth.pl>
Approved by: linimon (portmgr)
2019-04-12 15:01:52 +00:00
Vinícius Zavam
f96a8c57e6
comms/ncid: update 1.10 to 1.10.1
...
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D19030
2019-01-31 10:44:09 +00:00
Vinícius Zavam
df40b2cd34
comms/ncid: fix build with GCC-based architectures
...
PR: 235289
Reported by: Piotr Kubaj <pkubaj % anongoth.pl>
Approved by: rene (mentor)
Sponsored by: IntegriCloud
2019-01-30 08:56:13 +00:00
Vinícius Zavam
2a95f21477
comms/ncid: update 1.6 to 1.10
...
Makefile
- adopt the port; stage-qa; check-plist; OK
- LIB_DEPENDS: add devel/pcre
- DOCS: now ships doc/*.md, plus README.FreeBSD
- redo install stage for extensions, modules and samples;
- add comment regarding already stripped binaries.
pkg-plist
- reflect new installed files to pkg-plist;
-reorg DOCS and LOGROTATE
https://sf.net/projects/ncid/files/ncid/1.10/README.md
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D18590
2019-01-16 09:26:04 +00:00
Carlos J. Puga Medina
c1d9af3ef4
- Update to 1.6
...
- Update LICENSE
- Add shells/bash to RUN_DEPENDS
- Update PORTDOCS files
- Add missing files from distribution
- Use INSTALL_SCRIPTS instead of INSTALL_PROGRAM to properly install scripts
- Convert config files to @sample in pkg-plist
- Drop maintainership
Changelog:
https://sourceforge.net/p/ncid/news/2016/11/ncid-16-released/
Reviewed by: amdmi3, junovitch
Approved by: amdmi3, junovitch (mentors)
Differential Revision: D8914
2017-01-12 11:54:07 +00:00
Carlos J. Puga Medina
ee27f15d04
- Update to 1.4
...
- Update MAINTAINER to my @FreeBSD.org address
- Add LICENSE_FILE
- Add bash dependency
- Fix shebangs
- Add LOGROTATE option to install logrotate scripts
- Remove MAKE_JOBS_UNSAFE
- Cosmetic changes
Changelog:
https://sourceforge.net/p/ncid/news/2016/06/ncid-14-released/
Reviewed by: junovitch (mentor)
Approved by: junovitch (mentor)
Differential Revision: D7419
2016-08-06 02:08:59 +00:00
Martin Wilke
bd30048413
- Update to 1.3
...
PR: 206277
Submitted by: maintainer
2016-01-15 06:31:29 +00:00
Kurt Jaeger
8f271420b5
comms/ncid: 1.1 -> 1.2
...
Changes: See doc/CHANGES
- added a hangup-feature
- man-pages updated
PR: 203615
Submitted by: Carlos J. Puga Medina <cpm@fbsd.es> (maintainer)
2015-10-08 19:08:02 +00:00
Kurt Jaeger
9721247d2d
comms/ncid: 1.0 -> 1.1
...
PR: 202721
Submitted by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
2015-08-29 08:15:38 +00:00
Mathieu Arnold
bb271f0bf7
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
...
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412 ?
2015-08-19 13:29:59 +00:00
Mathieu Arnold
88bfe4bd43
Cleanup DIST* variables.
...
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
2015-05-11 18:34:57 +00:00
Baptiste Daroussin
2c8db67726
Cleanup plist
2014-10-20 09:31:33 +00:00
John Marino
f738e6af15
comms/ncid: Upgrade version 0.89 => 1.0
...
PR: 193345
Submitted by: maintainer (Carlos JPM)
2014-09-07 05:49:54 +00:00
Sunpoet Po-Chuan Hsieh
98b90543fa
- Update MAINTAINER
...
PR: ports/192902
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
2014-08-23 15:58:12 +00:00
John Marino
fbaee4903a
comms/ncid: Upgrade version 0.84 => 0.89 and stage
...
Also identify LICENSE and assign maintainership to submitter
PR: 192179
Submitted by: Carlos JPM
2014-07-31 20:59:12 +00:00
Baptiste Daroussin
64620e9118
Reset maintainership for ports not staged with no pending PR
...
With hat: portmgr
2014-07-23 16:44:27 +00:00
Pietro Cerutti
a5bc72f275
- Convert to USES=gmake tk
2014-01-29 13:33:39 +00:00
Baptiste Daroussin
2b300eeb3f
Add NO_STAGE all over the place in preparation for the staging support (cat: comms)
2013-09-20 16:03:29 +00:00
Florian Smeets
5ac18767d1
Fix installation of ports that rely on cp -n for installing files. r245960
...
changed cp to exit with a non-zero exit code if the file exists and is not
overwritten thus causing ports to fail installing when e.g. trying to cp
.default -> .conf files that already exist.
We just ignore the error and continue, as we used to.
Reported by: jaset
Approved by: portmgr (bapt)
2013-05-04 22:48:03 +00:00
Dennis Herrmann
62263e4b47
- Update to 0.84
2012-07-16 02:56:57 +00:00
Dennis Herrmann
e92a1ff085
- Update to 0.83
2011-09-29 19:18:46 +00:00
Dennis Herrmann
23d39c8f24
- Update to 0.82.1
2011-06-12 12:12:43 +00:00
Dennis Herrmann
8617aa2c1b
- Update to 0.82
2011-05-08 19:25:41 +00:00
Dennis Herrmann
f15c6486d4
- Update to 0.81
2011-03-01 20:47:46 +00:00
Dennis Herrmann
5ce1c2339b
- Update to 0.80
2010-12-25 11:24:47 +00:00
Dennis Herrmann
a624ec8f6f
- Update to 0.78
2010-05-21 11:28:34 +00:00
Dennis Herrmann
5c915de49d
- Update to 0.76
2010-02-15 11:04:41 +00:00
Dennis Herrmann
0d127812ed
- Update to 0.75
2009-11-22 14:14:01 +00:00
Dennis Herrmann
fb6f893987
- Fix small bug in ncid's rc.d files
...
- Bump PORTREVSION
Reported by: Diane Bruce (db@)
2009-10-17 13:29:53 +00:00
Dennis Herrmann
03f2182eeb
- Update to 0.74
2009-07-10 09:17:29 +00:00
Dennis Herrmann
0901a37cde
- Respect PREFIX/MANPREFIX
...
Reported by: QAT
2009-06-02 17:33:48 +00:00
Dennis Herrmann
aa7492a78b
- Update to 0.73
...
Approved by: tabthorpe (co-mentor)
2009-03-17 16:16:36 +00:00
Dennis Herrmann
2b3b399de8
- Use my FreeBSD address on the ports I maintain
...
Approved by: tabthorpe (co-mentor)
2009-03-06 18:14:36 +00:00
Martin Matuska
24bf28eff1
- Change default Tcl/Tk version to 8.5
...
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav)
2009-02-23 14:46:37 +00:00
Martin Wilke
cb8c29ddc6
- Update to 0.72.1
...
PR: 130309
Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer)
2009-01-10 15:00:39 +00:00
Martin Wilke
a1e1c4f7fb
- Update to 0.70
...
PR: 127755
Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer)
2008-10-05 10:07:03 +00:00
Martin Wilke
0c312a4ac9
- Update to 0.69
...
- Pass maintainership to submitter
PR: 127594
Submitted by: Dennis Herrmann <adox@mcx2.org>
2008-09-29 12:00:15 +00:00
Andrew Pantyukhin
08004f17e6
- Update to 0.68
...
- Don't clobber config files
- Many tweaks
- This port could use a lot more attention
2007-08-04 15:49:07 +00:00
Florent Thoumie
d4f0d0048a
- Welcome X.org 7.2 \o/.
...
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Pav Lucistnik
d1e3b04a02
- Update to 0.67
2007-02-07 18:25:54 +00:00
Pav Lucistnik
37effa8447
- Add SHA256
2005-11-24 00:44:27 +00:00
Pav Lucistnik
7b8e75b563
- Reset maintainer address
...
<david@freshports.org>: host nezlok.unixathome.org[66.154.97.250] said: 550
<david@freshports.org>: User unknown in virtual alias table (in reply to
RCPT TO command)
2005-06-06 22:48:48 +00:00
Pav Lucistnik
cacf09cf21
NCID is a network based Caller ID package that contains a server to obtain the
...
CID information from a modem, and a client to display the CID information on a
computer, TiVo, text pager, or cell phone. Multiple clients are permitted.
PR: ports/81954
Submitted by: David <david@freshports.org>
2005-06-06 22:44:54 +00:00