Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | net/*: Use NO_WRKSUBDIR | Tobias Kortkamp | 2019-02-02 | 1 | -2/+2 |
| | |||||
* | When there is a do-install target, do not use a post-install target, do | Mathieu Arnold | 2016-07-19 | 1 | -2/+0 |
| | | | | | | | | | | | | 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 | ||||
* | Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. | Mathieu Arnold | 2016-04-01 | 1 | -1/+1 |
| | | | | | With hat: portmgr Sponsored by: Absolight | ||||
* | - Drop @dirrm* from plist | Dmitry Marakasov | 2015-10-24 | 1 | -16/+3 |
| | | | | - Add empty directories to plist | ||||
* | Remove $FreeBSD$ from patches files everywhere. | Mathieu Arnold | 2015-05-23 | 4 | -8/+0 |
| | | | | | With hat: portmgr Sponsored by: Absolight | ||||
* | Remove NOPORTDOCS and NOPORTEXAMPLES. | Adam Weinberger | 2014-07-05 | 1 | -4/+2 |
| | |||||
* | . Fix mudlib ownership for staging. | Greg Lewis | 2014-05-29 | 2 | -3/+5 |
| | |||||
* | . Add staging support and remove NO_STAGE. | Greg Lewis | 2014-05-29 | 1 | -11/+10 |
| | |||||
* | Add NO_STAGE all over the place in preparation for the staging support (cat: ↵ | Baptiste Daroussin | 2013-09-21 | 1 | -5/+2 |
| | | | | net) | ||||
* | . s/function/funcname/ where function was used as a variable name since | Greg Lewis | 2011-08-03 | 3 | -0/+241 |
| | | | | | it's potentially a reserved word with newer versions of DGD. . Bump PORTREVISION for this change. | ||||
* | - Get Rid MD5 support | Martin Wilke | 2011-03-20 | 1 | -1/+0 |
| | |||||
* | . Update to 1.3.4. | Greg Lewis | 2010-10-04 | 2 | -18/+5 |
| | |||||
* | . Print a more appropriate name for the service being started. | Greg Lewis | 2010-04-25 | 1 | -2/+2 |
| | |||||
* | . Split the kernel mudlib out of the main dgd port and into its own | Greg Lewis | 2010-04-04 | 7 | -0/+1081 |
separate port (dgd-kernel) to put it on an equal footing with the other mudlib port (dgd-lpmud). This also causes less update churn and reflects the current state of the distributions themselves. |