diff options
author | arved <arved@FreeBSD.org> | 2014-07-02 19:41:16 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2014-07-02 19:41:16 +0800 |
commit | 1346f6a408be05b0069136c3c7e1523cc177ded7 (patch) | |
tree | 213e32a306a666481ac46e755db2d61c56324333 /emulators | |
parent | f8a862969fa466c59bdbd71d8549e26e2a4454f9 (diff) | |
download | freebsd-ports-gnome-1346f6a408be05b0069136c3c7e1523cc177ded7.tar.gz freebsd-ports-gnome-1346f6a408be05b0069136c3c7e1523cc177ded7.tar.zst freebsd-ports-gnome-1346f6a408be05b0069136c3c7e1523cc177ded7.zip |
Update to 0.2.12
PR: 190875
Submitted by: maintainer
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dynamips-community/Makefile | 4 | ||||
-rw-r--r-- | emulators/dynamips-community/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/emulators/dynamips-community/Makefile b/emulators/dynamips-community/Makefile index 22b292bb783b..3ef68ee6c219 100644 --- a/emulators/dynamips-community/Makefile +++ b/emulators/dynamips-community/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dynamips -PORTVERSION= 0.2.11 +PORTVERSION= 0.2.12 CATEGORIES= emulators MASTER_SITES= SF/gns-3/Dynamips/${PORTVERSION} PKGNAMESUFFIX= -community @@ -24,6 +24,8 @@ MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= DOCS UNSTABLE UNSTABLE_DESC= development code (x64 Mac) +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + LDFLAGS+= -luuid MAKE_ENV= DYNAMIPS_CODE=${DYNAMIPS_CODE} \ DYNAMIPS_ARCH=${DYNAMIPS_ARCH} \ diff --git a/emulators/dynamips-community/distinfo b/emulators/dynamips-community/distinfo index bae5d7d8ffa1..2f5cc2eaba5d 100644 --- a/emulators/dynamips-community/distinfo +++ b/emulators/dynamips-community/distinfo @@ -1,2 +1,2 @@ -SHA256 (dynamips-0.2.11-source.zip) = 4278baecf1f6718433722e6f38179a69ec9b2ef02381b31c5d3ef5b8f8f3e94a -SIZE (dynamips-0.2.11-source.zip) = 967525 +SHA256 (dynamips-0.2.12-source.zip) = b8a60c2ff577ec3a5c2b892bce654a68cc072c79fbca2b708d36d42bd3e9eb12 +SIZE (dynamips-0.2.12-source.zip) = 995877 |