aboutsummaryrefslogtreecommitdiff
path: root/dns/dnsmax-perl
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert to UCL & cleanup pkg-message (categories d)Mathieu Arnold2019-08-131-4/+6
| | | | Notes: svn path=/head/; revision=508835
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Remove more PORTDOCS, and another DOCS->EXAMPLES.Adam Weinberger2014-07-031-2/+2
| | | | Notes: svn path=/head/; revision=360465
* Support staging.Vanilla I. Shu2014-05-201-8/+5
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=354622
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* Convert d* to USES=zipBaptiste Daroussin2014-03-071-2/+1
| | | | Notes: svn path=/head/; revision=347405
* 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
* - convert to the new perl5 frameworkAndrej Zverev2013-09-111-6/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326955
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-3/+3
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300273
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-281-2/+1
| | | | | | | | | (part 13). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248744
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with D Notes: svn path=/head/; revision=240068
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* DNSMax's perl update client. It manages DNS records, update history, andPav Lucistnik2005-01-294-0/+67
allows for per record configuration. It also includes a wizard for generation of configuration files. PR: ports/76614 Submitted by: Dan Smith <dan@algenta.com> Notes: svn path=/head/; revision=127639