diff options
author | koobs <koobs@FreeBSD.org> | 2014-01-16 16:19:36 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2014-01-16 16:19:36 +0800 |
commit | c7fb1f5848e7fc3d117f52799d327c74fa0ba0aa (patch) | |
tree | 21ef217eb7a479413fb8b77af5679d4ba6f14d17 /www | |
parent | 2d137541459fb063a5c4a2d22f9ecc4bac51a6b5 (diff) | |
download | freebsd-ports-gnome-c7fb1f5848e7fc3d117f52799d327c74fa0ba0aa.tar.gz freebsd-ports-gnome-c7fb1f5848e7fc3d117f52799d327c74fa0ba0aa.tar.zst freebsd-ports-gnome-c7fb1f5848e7fc3d117f52799d327c74fa0ba0aa.zip |
www/py-django-dpaste: Bump PORTREVISION for pkg-fallout
pkg-fallout has been reporting build failures since a previous commit [1] to
this port which updated PORTVERSION without updating the commit hash from the
upstream repository.
Bump portrevision so it sees/gets the new bits.
[1] http://svnweb.freebsd.org/ports?view=revision&revision=336445
Diffstat (limited to 'www')
-rw-r--r-- | www/py-django-dpaste/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/py-django-dpaste/Makefile b/www/py-django-dpaste/Makefile index 29f36040f36a..2c5bc779c982 100644 --- a/www/py-django-dpaste/Makefile +++ b/www/py-django-dpaste/Makefile @@ -3,6 +3,7 @@ PORTNAME= dpaste PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django- |