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 17d42c177485..2c4b4ff9f2ad 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,9 +1,8 @@ PORTNAME= png -DISTVERSION= 1.6.49 +DISTVERSION= 1.6.50 CATEGORIES= graphics MASTER_SITES= SF/lib${PORTNAME}/lib${PORTNAME}16/${DISTVERSION}/ -#PATCH_SITES= SF/lib${PORTNAME}-apng/lib${PORTNAME}16/${DISTVERSION}/ -PATCH_SITES= SF/lib${PORTNAME}-apng/lib${PORTNAME}16/1.6.48/ +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} @@ -51,8 +50,7 @@ CFLAGS+= -maltivec -mvsx .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}-${DISTVERSION}-apng.patch.gz:-p1 -PATCHFILES= lib${PORTNAME}-1.6.48-apng.patch.gz:-p1 +PATCHFILES= lib${PORTNAME}-${DISTVERSION}-apng.patch.gz:-p1 .endif .include <bsd.port.mk> |