diff options
author | decke <decke@FreeBSD.org> | 2014-04-17 19:29:14 +0800 |
---|---|---|
committer | decke <decke@FreeBSD.org> | 2014-04-17 19:29:14 +0800 |
commit | d832cc39ef7f1ccbd8e04315ef8faea775d4b673 (patch) | |
tree | 8887ceadaa57a56ff275c762eb39436740184506 | |
parent | 7cd6419f1a0ac925eab8815a91d004ae2c21a95c (diff) | |
download | freebsd-ports-gnome-d832cc39ef7f1ccbd8e04315ef8faea775d4b673.tar.gz freebsd-ports-gnome-d832cc39ef7f1ccbd8e04315ef8faea775d4b673.tar.zst freebsd-ports-gnome-d832cc39ef7f1ccbd8e04315ef8faea775d4b673.zip |
- Update to 0.11.20140216 which includes a fix from upstream
for running in a FreeNAS jail which does not have /dev/log.
-rw-r--r-- | print/cloudprint/Makefile | 5 | ||||
-rw-r--r-- | print/cloudprint/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/print/cloudprint/Makefile b/print/cloudprint/Makefile index 84cdb5ae844a..2e7d015d4aa4 100644 --- a/print/cloudprint/Makefile +++ b/print/cloudprint/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cloudprint -PORTVERSION= 0.11.20140215 -PORTREVISION= 1 +PORTVERSION= 0.11.20140216 CATEGORIES= print MAINTAINER= decke@FreeBSD.org @@ -17,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cups.so:${PORTSDIR}/print/py-cups \ USE_GITHUB= yes GH_ACCOUNT= armooo GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 07e4711 +GH_COMMIT= d55435a USE_PYTHON= 2 USE_PYDISTUTILS= yes diff --git a/print/cloudprint/distinfo b/print/cloudprint/distinfo index 549ae330be1f..85193966570a 100644 --- a/print/cloudprint/distinfo +++ b/print/cloudprint/distinfo @@ -1,2 +1,2 @@ -SHA256 (cloudprint-0.11.20140215.tar.gz) = fa1f63b52a954eb80e4fd41c4afcfa9bc18922a612fadbad4debde47c58e6bbd -SIZE (cloudprint-0.11.20140215.tar.gz) = 24642 +SHA256 (cloudprint-0.11.20140216.tar.gz) = 40f69109fe249f9fa6996b7ec2bca2b6e094f09bf8eaafce8be6a4545a3ff897 +SIZE (cloudprint-0.11.20140216.tar.gz) = 24632 |