aboutsummaryrefslogtreecommitdiff
path: root/dns/udns
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* dns/udns: Unbreak pkg-plistYuri Victorovich2018-05-101-0/+1
| | | | | | | | | .pc file was missing. Approved by: portmgr (port compliance, infrastructure) Notes: svn path=/head/; revision=469507
* Bump PORTREVISION for missing pkg-config dependencyKirill Ponomarev2018-04-221-3/+15
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=468029
* Add missing pkg-config dependency and add libudns.pc file.Kirill Ponomarev2018-04-221-0/+10
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=468027
* When there is a do-install target, do not use a post-install target, doMathieu Arnold2016-07-191-10/+2
| | | | | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418767
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Update udns to 0.4Martin Matuska2014-02-102-4/+3
| | | | Notes: svn path=/head/; revision=343624
* Fix a broken symlinkAntoine Brodin2014-01-241-1/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=340939
* Fix manpages in pkg-plist for dns/udnsMartin Matuska2014-01-192-7/+7
| | | | Notes: svn path=/head/; revision=340275
* Update to 0.3 and add STAGE supportMartin Matuska2014-01-192-15/+14
| | | | Notes: svn path=/head/; revision=340259
* 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
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Update some of my ports to new options frameworkMartin Matuska2012-12-311-10/+6
| | | | | | | Submitted by: Baptiste Daroussin <bapt@FreeBSD.org> Notes: svn path=/head/; revision=309714
* Update to 0.2Martin Matuska2012-01-252-3/+3
| | | | Notes: svn path=/head/; revision=289769
* Fix distinfoMartin Matuska2011-03-221-2/+2
| | | | | | | Reported by: pointyhat (pav) Notes: svn path=/head/; revision=271499
* - Update to 0.1 [1]Martin Matuska2011-03-221-7/+5
| | | | | | | | | | - Add LICENSE information (GPLv2) PR: ports/155191 [1] Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> [1] Notes: svn path=/head/; revision=271460
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Mark port MAKE_JOBS_SAFEMartin Matuska2009-03-231-0/+1
| | | | Notes: svn path=/head/; revision=230732
* UDNS is a stub DNS resolver library with ability to perform both synchronousMartin Matuska2008-05-234-0/+83
and asynchronous DNS queries. WWW: http://www.corpit.ru/mjt/udns.html Notes: svn path=/head/; revision=213566