diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-03-09 08:07:31 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-03-09 08:07:31 +0000 |
commit | feb6abd72feda2eac6008790332f1ed4dac824ae (patch) | |
tree | 59258d7af4c57e1893b6a11ab2f6447d782ee83d /graphics/aseprite/Makefile | |
parent | 4e4c470b3141799530fd74b5025ab72ef81095c2 (diff) | |
download | ports-feb6abd72feda2eac6008790332f1ed4dac824ae.tar.gz ports-feb6abd72feda2eac6008790332f1ed4dac824ae.zip |
devel/allegro: Update to 4.4.3.1
Some static libraries are now built as shared libraries. Bump
revision of consumers.
Changes: https://github.com/liballeg/allegro5/blob/4.4.3.1/docs/src/changes._tx
Changes: https://github.com/liballeg/allegro5/compare/4.4.2...4.4.3.1
PR: 235477
Notes
Notes:
svn path=/head/; revision=495105
Diffstat (limited to 'graphics/aseprite/Makefile')
-rw-r--r-- | graphics/aseprite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/aseprite/Makefile b/graphics/aseprite/Makefile index 07062f6e55a3..c4beb14c72d1 100644 --- a/graphics/aseprite/Makefile +++ b/graphics/aseprite/Makefile @@ -4,7 +4,7 @@ PORTNAME= aseprite DISTVERSIONPREFIX= v DISTVERSION= 1.2.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org |