diff options
author | koobs <koobs@FreeBSD.org> | 2014-08-25 19:10:03 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2014-08-25 19:10:03 +0800 |
commit | 8cc500400aea4049c492618f12f57dfa7863ac70 (patch) | |
tree | 6898effce91a7f174db4ff6ce39990f3074fd3a3 /math/Makefile | |
parent | ced835527eeff052f4b4e850c9a16cd5bd395cef (diff) | |
download | freebsd-ports-gnome-8cc500400aea4049c492618f12f57dfa7863ac70.tar.gz freebsd-ports-gnome-8cc500400aea4049c492618f12f57dfa7863ac70.tar.zst freebsd-ports-gnome-8cc500400aea4049c492618f12f57dfa7863ac70.zip |
Move picosat and py-pycosat from devel -> math
- Remove from devel/Makefile
- Add to math/Makefile
- Update CATEGORIES for both ports
- Add MOVED entries
While I'm here, sort MOVED entries causing MOVEDlint.awk error [1]
after r365599 [2]
[1] 6470: date going backwards from 2014-08-20 to 2014-08-15
[2] https://svnweb.freebsd.org/changeset/ports/365599
Suggested by: vsevolod
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index d7472396b0ea..adb7bada29f4 100644 --- a/math/Makefile +++ b/math/Makefile @@ -530,6 +530,7 @@ SUBDIR += php55-bcmath SUBDIR += php55-gmp SUBDIR += physcalc + SUBDIR += picosat SUBDIR += plman SUBDIR += ploticus SUBDIR += ploticus-nox11 @@ -571,6 +572,7 @@ SUBDIR += py-plastex SUBDIR += py-probstat SUBDIR += py-pybloom + SUBDIR += py-pycosat SUBDIR += py-pymc SUBDIR += py-roman SUBDIR += py-scientific |