diff options
Diffstat (limited to 'graphics/png/Makefile')
| -rw-r--r-- | graphics/png/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index cdeb4c557d12..6b1b35a5a535 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,9 +1,8 @@ PORTNAME= png -DISTVERSION= 1.6.52 +DISTVERSION= 1.6.53 CATEGORIES= graphics MASTER_SITES= SF/lib${PORTNAME}/lib${PORTNAME}16/${DISTVERSION}/ -PATCH_SITES= SF/lib${PORTNAME}-apng/lib${PORTNAME}16/${_PATCH_VERSION}/ -_PATCH_VERSION= 1.6.51 +PATCH_SITES= SF/lib${PORTNAME}-apng/lib${PORTNAME}16/${DISTVERSION}/ # Keep this because you normally need to keep patch version in sync with release DISTNAME= lib${PORTNAME}-${DISTVERSION} @@ -49,9 +48,8 @@ CFLAGS+= -maltivec -mvsx .endif .if ${PORT_OPTIONS:MAPNG} || make(makesum) -#PATCHFILES= ${DISTNAME}-apng.patch.gz:-p1 # Keep this because you normally need to keep patch version in sync with release -PATCHFILES= lib${PORTNAME}-${_PATCH_VERSION}-apng.patch.gz:-p1 +PATCHFILES= lib${PORTNAME}-${DISTVERSION}-apng.patch.gz:-p1 .endif .include <bsd.port.mk> |
