aboutsummaryrefslogtreecommitdiffstats
path: root/dns/inadyn
Commit message (Collapse)AuthorAgeFilesLines
* MASTER_SITES cleanup.mat2015-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
* Remove linux binary from WRKSRC to prevent a random failure on installantoine2014-12-071-0/+1
|
* Rename all patches that contain '::' as a path separator, and useadamw2014-07-302-0/+0
| | | | '__' instead.
* Convert d* to USES=zipbapt2014-03-081-3/+1
|
* Support stagingehaupt2014-03-061-14/+7
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | dns)
* - Trim Makefile headeraz2013-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)
* danfe was kind enough to remind me that:dougb2012-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.
* - Fix broken binary caused by using INSTALL_SCRIPT on some architecturesavl2012-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
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-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.
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Update MASTER_SITES/WWW/pkg-descrdhn2009-07-113-6/+7
|
* - Add rc script (rename WRKSRC to avoid name conflict)rafan2008-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)
* Follow up of ports/115699 to make the port more PREFIX friendlyedwin2007-09-134-8/+13
| | | | Submitted by: Alex Samorukov <samm@os2.kiev.ua>
* [update] dns/inadyn 1.96.2 - removes gcc-3.4 dependencyedwin2007-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>
* - Update to 1.96.2miwi2007-04-182-4/+5
| | | | | | PR: 111765 Submitted by: Volker Theile<votdev@gmx.de> Approved by: maintainer
* Remove USE_REINPLACE from all categories starting with Dedwin2006-05-051-1/+0
|
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* - Respect CCgarga2005-09-211-7/+6
| | | | | | - Unbreak on 4.x Discussed with: maintainer
* Add inadyn 1.96, INADYN - Simple DYNAMIC DNS client.garga2005-09-203-0/+56
PR: ports/86350 Submitted by: Alex Samorukov <samm@os2.kiev.ua>