ports/149096: Update port: lang/atlast
Frederic Culot
frederic at culot.org
Fri Jul 30 07:40:13 UTC 2010
>Number: 149096
>Category: ports
>Synopsis: Update port: lang/atlast
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Jul 30 07:40:12 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Frederic Culot
>Release: FreeBSD 8.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD 0xd0.org 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root at mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
Update to 1.2:
- MASTER_SITES and PORTDOCS update
- build mechanism now makes use of vendor's Makefile
>How-To-Repeat:
>Fix:
diff -ruN atlast.bak/Makefile atlast/Makefile
--- atlast.bak/Makefile 2010-07-30 07:48:14.346187616 +0200
+++ atlast/Makefile 2010-07-30 09:21:52.600872778 +0200
@@ -6,27 +6,17 @@
#
PORTNAME= atlast
-PORTVERSION= 1.1
+PORTVERSION= 1.2
CATEGORIES= lang
-MASTER_SITES= http://www.fourmilab.ch/atlast/ \
- http://www.fourmilab.to/atlast/
+MASTER_SITES= http://www.fourmilab.ch/atlast/download/${PORTVERSION}/
MAINTAINER= ports at FreeBSD.org
COMMENT= Autodesk Threaded Language Application System Toolkit
-SRC= atlast.c atlmain.c
-DEFINES= -DMEMSTAT -DALIGNMENT -DEXPORT
-LDFLAGS+= -lm
-
-PLIST_FILES= bin/atlast
-PORTDOCS= atlast.ps atlast.rtf
-
-do-build:
-.for f in ${SRC}
- ${CC} ${CFLAGS} ${DEFINES} -c ${WRKSRC}/${f} -o ${WRKSRC}/${f:C/\.c$/.o/}
-.endfor
- ${CC} ${LDFLAGS} ${SRC:C/(.*)\.c$/${WRKSRC}\/\1.o/} \
- -o ${WRKSRC}/${PORTNAME}
+ALL_TARGET= ${PORTNAME}
+PLIST_FILES= bin/${PORTNAME}
+
+PORTDOCS= atlast.html atlast.pdf
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
diff -ruN atlast.bak/distinfo atlast/distinfo
--- atlast.bak/distinfo 2010-07-30 07:48:14.346187616 +0200
+++ atlast/distinfo 2010-07-30 07:52:49.161758589 +0200
@@ -1,3 +1,3 @@
-MD5 (atlast-1.1.tar.gz) = 18ee5d3b8e23d6251dfe7799f301384a
-SHA256 (atlast-1.1.tar.gz) = e1f45fc324758706103bc52c6a114607f2f1301c8e9e500b53a7d45db815e242
-SIZE (atlast-1.1.tar.gz) = 270209
+MD5 (atlast-1.2.tar.gz) = 966212f77b628b7d00b380aac9a39a1c
+SHA256 (atlast-1.2.tar.gz) = d287dd4cf3c8478c3534357e70b76c8adc816fba7b914dee6ff95e63b9b163d4
+SIZE (atlast-1.2.tar.gz) = 422140
diff -ruN atlast.bak/pkg-descr atlast/pkg-descr
--- atlast.bak/pkg-descr 2010-07-30 07:48:14.345183298 +0200
+++ atlast/pkg-descr 2010-07-30 07:48:43.088205945 +0200
@@ -6,4 +6,4 @@
and, at the same time, it is a foundation upon which new applications
can be built in an open, component-oriented manner.
-WWW: http://www.fourmilab.ch/sitemap.html#atlast
+WWW: http://www.fourmilab.ch/atlast/
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list