Commit graph

14 commits

Author SHA1 Message Date
Baptiste Daroussin
eb474a046e Remove now useless @cwd 2014-09-02 14:40:06 +00:00
Bryan Drewery
69f82727cf - Move RESETPREFIX to default PLIST_SUB
With hat:	portmgr
2014-08-18 16:43:24 +00:00
Steve Wills
f25b2a7304 - Enhance init script [1]
- Fix with newer Django [2]
- Lots of other cleanups and improvements, including moving the data to a more
  standard location
- Take maintainership, maintainer has not responded to PRs in many months

PR:		ports/181043 [1]
PR:		ports/185097 [2]
Submitted by:	brd [1]
Submitted by:	swills (myself) [2]
Approved by:	maintainer timeout (bsdports@wayfair.com, >3 months)
2014-02-18 15:43:57 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Olli Hauer
4fb1cfb1cd - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
2013-12-30 20:55:18 +00:00
Marcus von Appen
885b528f02 New USES=twisted, to replace the old USE_TWISTED knob.
twisted can be configured with the arguments run or build to replace
the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted
components can be added as comma-separated arguments. If you previously
wrote
    USE_TWISTED=        yes
    USE_TWISTED=        conch names
    USE_TWISTED_RUN=    yes
you now would write
    USES=       twisted
    USES=       twisted:conch,names
    USES=       twisted:run
2013-12-08 12:04:07 +00:00
Steve Wills
8a6d7e3dff - Update to 0.9.12
PR:		ports/181442
Approved by:	maintainer timeout (bsdports@wayfair.com, >3 weeks)
Security:	CVE-2013-5942 (vuxml entry on the way)
2013-09-30 19:24:34 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Ruslan Makhmatkhanov
67ba2f055a - correct list of dependent py-twisted components and use USE_TWISTED_RUN
- bump PORTREVISION because of dependencies change
- trim Makefile header, while here

PR:		172657
Submitted by:	brd
Approved by:	maintainer timeout (3 weeks)
Feature safe:	yes
2012-11-02 14:42:24 +00:00
Ruslan Makhmatkhanov
9187d81f4b - bump PORTREVISION because of changes in previous commit
PR:		170920
2012-09-16 14:23:25 +00:00
Ruslan Makhmatkhanov
624d763383 - update dependency version on databases/py-whisper
- fix comments in carbon's rc-script
- checksum change, that was in original PR is rejected, because it fetches
  fine with old checksums and fails to fetch with new ones.

while here:
- change etc/carbon to %%ETCDIR%% in pkg-plist
- remove unneeded newlines in files/pkg_message.in
- add license (AL2)
- remove BUILD_DEPENDS (setup.py didn't cheking for it on build phase)
- limit python version to 2.x
- tab -> space in pkg-descr:WWW
- this port depends on twisted both directly and via USE_TWISTED. Since
  I wasn't able to find which twisted components it actually needed, I
  just dropped USE_TWISTED and let the port to depend on it via
  devel/py-twisted meta-port

PR:		170920
Submitted by:	Chris McCoy <bsdports at wayfair dot com> (maintainer)
2012-09-16 14:22:12 +00:00
Jason Helfman
b757f37d4e - pet portlint on whitespace
PR: ports/169311
Submitted by: jgh@
2012-06-23 19:12:42 +00:00
Jason Helfman
53f16f28c1 - update to 0.9.10
- while here adjust BUILD_DEPENDS

PR:	ports/169311
Submitted by:	brd@
Approved by:	maintainer, bsdports@wayfair.com
2012-06-23 19:08:17 +00:00
Philip M. Gollucci
f599927a28 Carbon is a backend data caching and persistence daemon for Graphite
WWW:	http://launchpad.net/graphite

PR:		ports/165283
Submitted by:	Evan Sarmiento <bsdports@wayfair.com>
2012-02-22 03:40:39 +00:00