aboutsummaryrefslogtreecommitdiff
path: root/dns/inadyn
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* dns/inadyn: update to the 2.8.1Oleksii Samorukov2021-02-014-9/+17
| | | | | | | | | | | | - Update to the latest version - Update description Approved by: krion Relnotes: https://github.com/troglobit/inadyn/blob/master/ChangeLog.md Differential Revision: https://reviews.freebsd.org/D28443 Notes: svn path=/head/; revision=563581
* dns/inadyn: Update to the 2.7 versionOleksii Samorukov2020-05-262-7/+6
| | | | | | | | | | Changelog: https://github.com/troglobit/inadyn/blob/master/ChangeLog.md Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D25011 Notes: svn path=/head/; revision=536583
* Bump for GIDs fix in r529135Bryan Drewery2020-03-251-0/+1
| | | | Notes: svn path=/head/; revision=529136
* dns/inadyn: Update to 2.6Matthias Andree2020-03-2411-125/+150
| | | | | | | | | | | | | | | | | | | Note that the UIDs/GIDs were meaning to add 455 as the ID, but typed 445 in the patch. I've corrected the IDs to 455. I've also elided one blank line between the _DEPENDS lines to please portlint. Other than that, test builds succeeded on 11.3 (i386, amd64), 12.1 (i386, amd64, mips64, aarch64). PR: 241426 Submitted by: Colin T. <bugzilla@nulldir.e4ward.com> Reviewed by: Daniel Engberg Approved by: samm@ (maintainer timeout, >4 months) Notes: svn path=/head/; revision=529066
* Update MAINTAINER: use @FreeBSD.orgSunpoet Po-Chuan Hsieh2020-02-131-1/+1
| | | | Notes: svn path=/head/; revision=526019
* dns/inadyn, net-mgmt/flowviewer, sysutils/smartmontools: update homepage URLOleksii Samorukov2019-10-141-1/+1
| | | | | | | | Approved by: krion (mentor), araujo (mentor) Differential Revision: https://reviews.freebsd.org/D22018 Notes: svn path=/head/; revision=514452
* Replace my personal email address to the samm@freebsd.orgOleksii Samorukov2019-10-131-2/+2
| | | | | | | | Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D22013 Notes: svn path=/head/; revision=514411
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Remove linux binary from WRKSRC to prevent a random failure on installAntoine Brodin2014-12-071-0/+1
| | | | Notes: svn path=/head/; revision=374208
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-292-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* Convert d* to USES=zipBaptiste Daroussin2014-03-071-3/+1
| | | | Notes: svn path=/head/; revision=347405
* Support stagingEmanuel Haupt2014-03-061-14/+7
| | | | Notes: svn path=/head/; revision=347189
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | dns) Notes: svn path=/head/; revision=327719
* - Trim Makefile headerAndrej Zverev2013-06-172-18/+19
| | | | | | | | | | | | | - Improve COMMENT and pkg-descr - Remove obsolete knob NO_INSTALL_MANPAGES - NOPORTDOCS -> PORT_OPTIONS:MDOCS PR: ports/178979 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Approved by: maintainer (timeout) Notes: svn path=/head/; revision=321086
* danfe was kind enough to remind me that:Doug Barton2012-08-151-2/+1
| | | | | | | | | | | | | WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} is already the default, so for those ports where we are doing: @${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC} to avoid the problem of conflicts with the rc.d script of the same name it is not necessary to define WRKSRC separately. Clean up this mistake of mine, and standardize for the others. Notes: svn path=/head/; revision=302549
* - Fix broken binary caused by using INSTALL_SCRIPT on some architecturesAlexander Logvinov2012-01-291-10/+11
| | | | | | | | | | | | | | - Use INSTALL_MAN for the man files and respect NO_INSTALL_MANPAGES knob - Use INSTALL_DATA for PORTDOCS file - Hide post-extract and post-patch procedure - Bump PORTREVISION PR: ports/163942 [1] Submitted by: Garrett Cooper <yanegomi AT gmail.com> [1] Approved by: maintainer via private mail Notes: svn path=/head/; revision=290012
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Update MASTER_SITES/WWW/pkg-descrDennis Herrmann2009-07-103-6/+7
| | | | Notes: svn path=/head/; revision=237597
* - Add rc script (rename WRKSRC to avoid name conflict)Rong-En Fan2008-12-212-3/+40
| | | | | | | | | | | | - Remove EXTRACT_SUFX as it uses USE_ZIP which automatically sets EXTRACT_SUFX - Bump PORTREVISION PR: ports/129812 Submitted by: Joseph S. Atkinson <jsatkinson at embarqmail.com> Approved by: Alex Samorukov <samm at os2.kiev.ua> (maintainer) Notes: svn path=/head/; revision=224515
* Follow up of ports/115699 to make the port more PREFIX friendlyEdwin Groothuis2007-09-124-8/+13
| | | | | | | Submitted by: Alex Samorukov <samm@os2.kiev.ua> Notes: svn path=/head/; revision=199384
* [update] dns/inadyn 1.96.2 - removes gcc-3.4 dependencyEdwin Groothuis2007-09-105-10/+97
| | | | | | | | | | | | | | | | | | I don't think this port has any specific to do with gcc-3.4 compiler; building with the gcc-4.2.0 (and the latest 4.2.1) is fine here. I also have added a few patch files, for hard-coded /etc/inadyn.conf, although a sample config /usr/local/etc/inadyn.conf.sample and an rc script to automate daemonization also need to added. But are not mandatory. PR: ports/115699 Submitted by: Balwinder S Dheeman <bdheeman@yahoo.com> Notes: svn path=/head/; revision=199258
* - Update to 1.96.2Martin Wilke2007-04-172-4/+5
| | | | | | | | | PR: 111765 Submitted by: Volker Theile<votdev@gmx.de> Approved by: maintainer Notes: svn path=/head/; revision=190231
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* - Respect CCRenato Botelho2005-09-201-7/+6
| | | | | | | | | - Unbreak on 4.x Discussed with: maintainer Notes: svn path=/head/; revision=143231
* Add inadyn 1.96, INADYN - Simple DYNAMIC DNS client.Renato Botelho2005-09-203-0/+56
PR: ports/86350 Submitted by: Alex Samorukov <samm@os2.kiev.ua> Notes: svn path=/head/; revision=143215