Update 0.44.4 -> 0.44,1 and unbroken port.
This commit is contained in:
parent
3b6641a158
commit
6e4733eab6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153868
2 changed files with 7 additions and 10 deletions
|
@ -7,7 +7,8 @@
|
|||
#
|
||||
|
||||
PORTNAME= sam2p
|
||||
PORTVERSION= 0.44.4
|
||||
PORTVERSION= 0.44
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.inf.bme.hu/~pts/
|
||||
DISTNAME= ${PORTNAME}-latest
|
||||
|
@ -15,8 +16,6 @@ DISTNAME= ${PORTNAME}-latest
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Converts raster (bitmap) image formats into PS or PDF files
|
||||
|
||||
BROKEN= Size mismatch
|
||||
|
||||
BUILD_DEPENDS= tif22pnm:${PORTSDIR}/graphics/tif22pnm \
|
||||
tifftopnm:${PORTSDIR}/graphics/netpbm \
|
||||
zip:${PORTSDIR}/archivers/zip \
|
||||
|
@ -25,7 +24,7 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg
|
|||
|
||||
USE_GHOSTSCRIPT_RUN= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
PLIST_FILES= bin/sam2p
|
||||
USE_PERL5_BUILD= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -33,9 +32,7 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/sam2p ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (sam2p-latest.tar.gz) = 36898025e227e1b2b69945ea2bb75463
|
||||
SHA256 (sam2p-latest.tar.gz) = d30bb8aae2b7cb10aafbbeeda81b48644db1713287f1bad1ac40192323533424
|
||||
SIZE (sam2p-latest.tar.gz) = 528431
|
||||
MD5 (sam2p-latest.tar.gz) = eee0b66dc4650dc6b09013711b420b4c
|
||||
SHA256 (sam2p-latest.tar.gz) = 012a49fc18d79853752b1935275fd6692bca646b1c2da149ded00a61c621c750
|
||||
SIZE (sam2p-latest.tar.gz) = 548035
|
||||
|
|
Loading…
Reference in a new issue